Skip to content

Commit 7fd1c2c

Browse files
committed
add pkgutil-style
1 parent 7cb75db commit 7fd1c2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/databricks/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
2+
# This file should only contain the following line. Otherwise other sub-packages databricks.* namespace
3+
# may not be importable.
4+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)

0 commit comments

Comments
 (0)