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
Mypy recently introduced stricter checks for function signature compatibility (python/mypy#2521). Since werkzeug is included in the typeshed library with typing stubs, it found an issue with the signatures of __delitem__() in datastructure.py. Consider: