Skip to content

Commit

Permalink
Renamed internal notebooks module to workspace (#86)
Browse files Browse the repository at this point in the history
Fix #59
  • Loading branch information
nfx authored Nov 15, 2024
1 parent 60f4f6d commit 1422e19
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/databricks/labs/pytester/fixtures/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
make_storage_credential,
make_volume,
)
from databricks.labs.pytester.fixtures.notebooks import make_directory, make_workspace_file, make_notebook, make_repo
from databricks.labs.pytester.fixtures.workspace import make_directory, make_workspace_file, make_notebook, make_repo
from databricks.labs.pytester.fixtures.permissions import ( # noqa
make_cluster_policy_permissions,
make_instance_pool_permissions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from databricks.sdk.service.workspace import Language

from databricks.labs.pytester.fixtures.notebooks import make_directory, make_workspace_file, make_notebook, make_repo
from databricks.labs.pytester.fixtures.workspace import make_directory, make_workspace_file, make_notebook, make_repo
from databricks.labs.pytester.fixtures.unwrap import call_stateful


Expand Down

0 comments on commit 1422e19

Please sign in to comment.