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


##########
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 for 
URL {git_url}"
+                    f"git_provider isn't specified and couldn't be guessed for 
URL {git_url}"

Review Comment:
   @alexott I took care of fixing this since it was missed in the initial 
cleanup.



-- 
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