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 a26c9d8 commit a1b019eCopy full SHA for a1b019e
yoti_python_sdk/client.py
@@ -11,7 +11,7 @@
11
from past.builtins import basestring
12
13
import yoti_python_sdk
14
-from config import SDK_IDENTIFIER
+from .config import SDK_IDENTIFIER
15
from yoti_python_sdk.activity_details import ActivityDetails
16
from yoti_python_sdk.crypto import Crypto
17
from yoti_python_sdk.protobuf.v1 import protobuf
config.py renamed to yoti_python_sdk/config.py
0 commit comments