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
Adjust MtaMilterSession attributes to pass mypy 1.5.0
Observed before this change with mypy==1.5.0:
error: Trying to assign name "[...]" that is not in "__slots__" of type
"purepythonmilter.server.session.MtaMilterSession" [misc]
Mypy gained this feature to learn __slots__ for dataclasses (here via
attrs classes) in python/mypy#15649.
0 commit comments