Summary
I discovered this when I opened this* in Pycharm
PyCharm:
Pyflakes:
❯ pyflakes xxx.py
xxx.py:43:5: redefinition of unused 'Context' from line 23
Ruff:
❯ ruff check xxx.py --select F401 --preview
All checks passed!
Version
ruff 0.14.11 (c920cf8cd 2026-01-08)
Summary
I discovered this when I opened
this*in PycharmPyCharm:
Pyflakes:
❯ pyflakes xxx.py xxx.py:43:5: redefinition of unused 'Context' from line 23Ruff:
❯ ruff check xxx.py --select F401 --preview All checks passed!Version
ruff 0.14.11 (c920cf8cd 2026-01-08)