Skip to content

Commit a1b019e

Browse files
Jonatas Baldinecharrod
authored andcommitted
Fix wrong config.py location (#16)
* Move config.py to inside the package * Import config.py as .config on client.py
1 parent a26c9d8 commit a1b019e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

yoti_python_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from past.builtins import basestring
1212

1313
import yoti_python_sdk
14-
from config import SDK_IDENTIFIER
14+
from .config import SDK_IDENTIFIER
1515
from yoti_python_sdk.activity_details import ActivityDetails
1616
from yoti_python_sdk.crypto import Crypto
1717
from yoti_python_sdk.protobuf.v1 import protobuf
File renamed without changes.

0 commit comments

Comments
 (0)