stanley icon indicating copy to clipboard operation
stanley copied to clipboard

core.py line 31

Open AyushMaria opened this issue 1 year ago • 0 comments

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?

AyushMaria avatar Oct 25 '23 06:10 AyushMaria