Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jul 11, 2023
1 parent 6143e25 commit aa4ba4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ntd2d_action/files/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .conffile import ConfFile
from .indexfile import IndexFile
from .menufile import MenuFile
from .nojekyllfile import NoJekyllFile
Expand Down
2 changes: 1 addition & 1 deletion ntd2d_action/sphinxdocs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import pathlib

from .conffile import ConfFile
from .files import ConfFile


class SphinxDocs:
Expand Down

0 comments on commit aa4ba4b

Please sign in to comment.