Skip to content

Commit 3c8d194

Browse files
committed
refactor: avoid relative imports (for pyinstaller)
1 parent b9fae80 commit 3c8d194

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scim2_cli/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
from scim2_cli.test import test_cli
2424
from scim2_cli.utils import DOC_URL
2525
from scim2_cli.utils import HeaderType
26-
27-
from .utils import split_headers
26+
from scim2_cli.utils import split_headers
2827

2928

3029
# monkeypatching pydanclick until this patch is released

0 commit comments

Comments
 (0)