Skip to content

Commit 2c80b6b

Browse files
authored
Fix import path to make it vendoring-friendly
1 parent 94f82f0 commit 2c80b6b

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)