Skip to content

Commit

Permalink
style: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Apr 14, 2024
1 parent 5f6b0a2 commit d0539cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/luamb/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from luamb._entrypoint import main


main()
1 change: 1 addition & 0 deletions src/luamb/_datadirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import pathlib
import sys


__all__ = ['HEREROCKS_DIR']


Expand Down
1 change: 1 addition & 0 deletions src/luamb/_hererocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from ._datadirs import HEREROCKS_DIR
from ._exceptions import LuambException


if TYPE_CHECKING:
from types import ModuleType

Expand Down

0 comments on commit d0539cf

Please sign in to comment.