Skip to content

Commit

Permalink
shorter __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 8, 2024
1 parent ef21d80 commit e5e340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nti/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from pkgutil import extend_path; __path__ = extend_path(__path__, __name__) # pylint:disable=multiple-statements
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 comments on commit e5e340e

Please sign in to comment.