We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b019e commit 5090386Copy full SHA for 5090386
yoti_python_sdk/tests/test_client.py
@@ -11,10 +11,9 @@
11
except ImportError:
12
import mock
13
14
-from config import SDK_IDENTIFIER
15
-
16
from yoti_python_sdk import YOTI_API_ENDPOINT
17
from yoti_python_sdk import Client
+from yoti_python_sdk.config import SDK_IDENTIFIER
18
from yoti_python_sdk.client import NO_KEY_FILE_SPECIFIED_ERROR
19
from yoti_python_sdk.activity_details import ActivityDetails
20
from yoti_python_sdk.tests.conftest import YOTI_CLIENT_SDK_ID, PEM_FILE_PATH
0 commit comments