Skip to content

Commit

Permalink
[feat] ModuleType available through lazimp
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-dta committed Sep 17, 2022
1 parent 7cba181 commit 87a3fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lazimp"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name = "Dorian Turba", email = "[email protected]" },
]
Expand Down
3 changes: 3 additions & 0 deletions src/lazimp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import collections.abc

# noinspection PyUnresolvedReferences
from types import ModuleType


def lazy_import(
bare_import: collections.abc.Container | None = None,
Expand Down

0 comments on commit 87a3fdb

Please sign in to comment.