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
I hit this in jaraco/jaraco.test#8, where ExceptionTrap's __init__ method is missing parameter annotations, resulting in Call to untyped function "ExceptionTrap" in typed context [no-untyped-call] in strict mode.
The text was updated successfully, but these errors were encountered:
I hit this in jaraco/jaraco.test#8, where
ExceptionTrap
's__init__
method is missing parameter annotations, resulting inCall to untyped function "ExceptionTrap" in typed context [no-untyped-call]
in strict mode.The text was updated successfully, but these errors were encountered: