uranusjr commented on a change in pull request #22521:
URL: https://github.com/apache/airflow/pull/22521#discussion_r835011088



##########
File path: airflow/providers/databricks/hooks/databricks_base.py
##########
@@ -113,7 +113,7 @@ def my_after_func(retry_state):
         else:
             self.retry_args = dict(
                 stop=stop_after_attempt(self.retry_limit),
-                wait=wait_exponential(min=self.retry_delay, max=(2 ** 
retry_limit)),
+                wait=wait_exponential(min=self.retry_delay, 
max=(2**retry_limit)),

Review comment:
       Hmm that’s an interesting change of style.




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