Skip to content

Commit bcab4f4

Browse files
author
Kristjan
committed
Fixed __init__.py import order, as version is now used by API it needs to be created in init before import of the module
1 parent 01b5cf0 commit bcab4f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OPDM/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from OPDM.OPDM_SOAP_API import create_client
21
from ._version import get_versions
32
__version__ = get_versions()['version']
43
del get_versions
4+
from OPDM.OPDM_SOAP_API import create_client
5+

0 commit comments

Comments
 (0)