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
BaseRule is a class and cannot be used as a subscriptable. What were you trying here? I am a little clueless as to what the aim was here. I could probably patch it for you.
Is it a list of rules by any chance?
The text was updated successfully, but these errors were encountered:
E TypeError: 'type' object is not subscriptable
The line that causes the error above:
rules: list[BaseRule] = []
BaseRule is a class and cannot be used as a subscriptable. What were you trying here? I am a little clueless as to what the aim was here. I could probably patch it for you.
Is it a list of rules by any chance?
The text was updated successfully, but these errors were encountered: