Skip to content

Commit 0463cc2

Browse files
author
Douglas Blank
committed
Linting
1 parent 4640cf0 commit 0463cc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

comet_for_mlflow/comet_for_mlflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,8 @@ def _log_authentication_error(self, mlflow_store_uri, context):
729729
LOGGER.error("")
730730
if mlflow_store_uri and "databricks" in mlflow_store_uri.lower():
731731
LOGGER.error(
732-
"For Databricks MLflow stores, you need to set the DATABRICKS_TOKEN environment variable:"
732+
"For Databricks MLflow stores, you need to set the "
733+
"DATABRICKS_TOKEN environment variable:"
733734
)
734735
LOGGER.error(
735736
" export DATABRICKS_TOKEN=your_databricks_personal_access_token"

0 commit comments

Comments
 (0)