clan-cli: drop unused variables

This commit is contained in:
Jörg Thalheim 2024-01-30 10:07:48 +07:00
parent 80a335eb4c
commit a3d92a766e

View File

@ -31,7 +31,6 @@
, mypy
, rope
, clan-core-path
, writeShellScriptBin
}:
let
@ -40,8 +39,6 @@ let
];
pytestDependencies = runtimeDependencies ++ dependencies ++ [
#schemathesis # optional for http fuzzing
pytest
pytest-cov
pytest-subprocess