Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Oct 5, 2023
1 parent 769e088 commit 0db36b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databricks_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def issue_deprecation_warning():
return
warnings.warn("the databricks_cli module is deprecated in favor of databricks-sdk-py. Python "
"3.12 will be the last version of Python supported by databricks-cli. Please "
"migrate to databricks-sdk-py as documented in the migration guide: "
"https://docs.databricks.com/en/dev-tools/cli/migrate.html",
"consult the documentation for the databricks-sdk-py at "
"https://databricks-sdk-py.readthedocs.io/en/latest/",
DeprecationWarning, stacklevel=3)

issue_deprecation_warning()
Expand Down

0 comments on commit 0db36b0

Please sign in to comment.