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
When a list of validators is passed for member_validator, mypy complains about the type, as already pointed out in #1197. However, when a tuple is used instead, mypy is happy.
The text was updated successfully, but these errors were encountered:
This is a copy of the second issue collected in #1206 to enable separate tracking of the bug.
The issue
Consider the following piece of code:
When a list of validators is passed for
member_validator
, mypy complains about the type, as already pointed out in #1197. However, when a tuple is used instead, mypy is happy.The text was updated successfully, but these errors were encountered: