mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Merge pull request #172 from alphagov/upgrade_notifications_python_client
notifications-python_client upgraded to 0.2.5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
from client.notifications import NotificationsAPIClient
|
||||
from notifications_python_client.notifications import NotificationsAPIClient
|
||||
|
||||
|
||||
class NotificationsAdminAPIClient(NotificationsAPIClient):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from client.base import BaseAPIClient
|
||||
from notifications_python_client.base import BaseAPIClient
|
||||
|
||||
|
||||
class ApiKeyApiClient(BaseAPIClient):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import uuid
|
||||
|
||||
from client.base import BaseAPIClient
|
||||
from notifications_python_client.base import BaseAPIClient
|
||||
|
||||
|
||||
class JobApiClient(BaseAPIClient):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from client.base import BaseAPIClient
|
||||
from notifications_python_client.base import BaseAPIClient
|
||||
|
||||
|
||||
class StatusApiClient(BaseAPIClient):
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from client.notifications import BaseAPIClient
|
||||
from client.errors import (
|
||||
from notifications_python_client.notifications import BaseAPIClient
|
||||
from notifications_python_client.errors import (
|
||||
HTTPError,
|
||||
InvalidResponse
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user