Fix pyflakes invocation in nix.
It turns our that `pyflakes` with no arguments expects input on stdin. In CI, this is likely connected to `/dev/null` so it passes. Also fix the errors that pyflakes is reporting.
parent
1d585ed2
No related branches found
No related tags found
Showing
- src/_zkapauthorizer/_storage_server.py 8 additions, 4 deletionssrc/_zkapauthorizer/_storage_server.py
- src/_zkapauthorizer/lease_maintenance.py 6 additions, 0 deletionssrc/_zkapauthorizer/lease_maintenance.py
- src/_zkapauthorizer/tests/test_lease_maintenance.py 6 additions, 3 deletionssrc/_zkapauthorizer/tests/test_lease_maintenance.py
- src/_zkapauthorizer/tests/test_storage_protocol.py 0 additions, 2 deletionssrc/_zkapauthorizer/tests/test_storage_protocol.py
- tests.nix 1 addition, 1 deletiontests.nix
Loading
Please register or sign in to comment