Skip to content

Commit

Permalink
Refactored namespace structure
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic committed Feb 9, 2024
1 parent 7959f83 commit 3c80bf2
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions discoverx/__init__.py

This file was deleted.

3 changes: 3 additions & 0 deletions src/databricks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DO NOT ADD ANYTHING ELSE TO THIS FILE FOR COMPATIBILITY WITH OTHER databricks.labs.* PACKAGES
# SEE https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
3 changes: 3 additions & 0 deletions src/databricks/labs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DO NOT ADD ANYTHING ELSE TO THIS FILE FOR COMPATIBILITY WITH OTHER databricks.labs.* PACKAGES
# SEE https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
File renamed without changes.
2 changes: 2 additions & 0 deletions src/databricks/labs/discoverx/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .dx import DX
from .__about__ import __version__
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3c80bf2

Please sign in to comment.