josh-fell commented on code in PR #23591:
URL: https://github.com/apache/airflow/pull/23591#discussion_r872611270


##########
airflow/providers/databricks/operators/databricks_repos.py:
##########
@@ -90,7 +90,7 @@ def __init__(
             self.git_provider = self.__detect_repo_provider__(git_url)
             if self.git_provider is None:
                 raise AirflowException(
-                    "git_provider isn't specified and couldn't be guessed" f" 
for URL {git_url}"
+                    "git_provider isn't specified and couldn't be guessed for 
URL {git_url}"

Review Comment:
   Nice catch @alexott!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to