Skip to content

Commit 3e8a2e6

Browse files
Merge pull request #46 from jaimergp/importfix
Fix import path to make it vendoring-friendly
2 parents 532e742 + 2c80b6b commit 3e8a2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apipkg/_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
from typing import cast
99
from typing import Iterable
1010

11+
from ._alias_module import AliasModule
1112
from ._importing import _py_abspath
1213
from ._importing import importobj
1314
from ._syncronized import _synchronized
14-
from apipkg import AliasModule
1515

1616

1717
class ApiModule(ModuleType):

0 commit comments

Comments
 (0)