Skip to content

Commit

Permalink
Merge pull request #46 from jaimergp/importfix
Browse files Browse the repository at this point in the history
Fix import path to make it vendoring-friendly
  • Loading branch information
RonnyPfannschmidt authored Sep 19, 2023
2 parents 532e742 + 2c80b6b commit 3e8a2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apipkg/_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
from typing import cast
from typing import Iterable

from ._alias_module import AliasModule
from ._importing import _py_abspath
from ._importing import importobj
from ._syncronized import _synchronized
from apipkg import AliasModule


class ApiModule(ModuleType):
Expand Down

0 comments on commit 3e8a2e6

Please sign in to comment.