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
Using mypy 0.910's --strict mode, using the retry's module's @retry decorator will mark a function as untyped. I installed the decorator module and that's still the case.
This was likely #5751, which should not be an issue with newer releases of mypy. If there's something typeshed can do to fix this, leave a comment and reopen.
Using mypy 0.910's
--strict
mode, using the retry's module's@retry
decorator will mark a function as untyped. I installed the decorator module and that's still the case.types-retry 0.1.3
Possibly related: #5035
The text was updated successfully, but these errors were encountered: