You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
airflow/providers/http/hooks/http.py:247: error: Never not callable [misc]
return self._retry_obj(self.run, *args, **kwargs)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in 1 file (checked 1838 source files)
Error 1 returned
The text was updated successfully, but these errors were encountered:
hussein-awala
changed the title
MyPy 1.8.0 don't recongnize tenacity.Retrying() as a callable
MyPy 1.8.0 don't recognize tenacity.Retrying() as a callable
Jan 9, 2024
I'm trying to update MyPy version in Airflow to 1.8.0, but I'm getting a strange error when I run it on this code:
The error is the following:
The text was updated successfully, but these errors were encountered: