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
from fixit import CstLintRule
class FooRule(CstLintRule):
...
Traceback (most recent call last):
File ../fixit/upgrade/remove_rule_suffix.py", line 58, in visit_ClassDef
qname = metadata.pop().name
KeyError: 'pop from an empty set'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: