Find Unused Cython Imports

Find and remove unused imports/cimports in xpra's Cython .pyx/.pxd files, which ruff and flake8 do not check. Use when asked to find or remove unused imports (especially in .pyx/.pxd/Cython files), clean up imports codebase-wide, or "do more like <commit that removed unused imports>". For pure-Python .py files, use `ruff check --select F401` instead.

xpra-org Updated

File contents

xpra-org/xpra/tree/main/.claude/skills/find-unused-cython-imports commit 4d3dc6f210

Frequently asked questions

npx skillmds@latest add xpra-org/find-unused-cython-imports