Skip to content

Commit

Permalink
fix: uniform __init__.py for package
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Mar 13, 2024
1 parent 66720b6 commit 28deeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trame/ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__import__("pkg_resources").declare_namespace(__name__)
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

0 comments on commit 28deeaa

Please sign in to comment.