hpyproject / hpy

HPy: a better API for Python
https://hpyproject.org
MIT License
1.02k stars 52 forks source link

test_legacy_forbidden.py: Remove unused imports #464

Closed cclauss closed 6 months ago

cclauss commented 6 months ago

% ruff test/test_legacy_forbidden.py

Error: test/test_legacy_forbidden.py:6:8: F401 `sys` imported but unused
Error: test/test_legacy_forbidden.py:7:8: F401 `pytest` imported but unused
mattip commented 6 months ago

Thanks @cclauss