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
I got an error taxonomy/parsing.py:87:11: B033 Sets should not contain duplicate items. Duplicate items will be replaced with a single item at runtime.
Now, part of this set looks like this:
"İ",
"À",
"Á",
"Ć",
"Á",
"Å",
"Ä",
I think it's the Á, but it would have been more helpful if flake8-bugbear had told me directly.
I'll work on a fix.
The text was updated successfully, but these errors were encountered:
I got an error
taxonomy/parsing.py:87:11: B033 Sets should not contain duplicate items. Duplicate items will be replaced with a single item at runtime.
Now, part of this set looks like this:
I think it's the
Á
, but it would have been more helpful if flake8-bugbear had told me directly.I'll work on a fix.
The text was updated successfully, but these errors were encountered: