Fix lint warnings
-
test-logger: Remove unused imports
Detected by pycodestyle.
-
test-logger: Fix pycodestyle warnings
-
build-aux: Wrap a long line
-
test-run-outside-ldlp: Fix a pycodestyle warning
Python coding style mandates spaces around assignments, but not around keyword arguments and untyped parameters' defaults.
-
test-run-outside-ldlp: Remove an unused variable
Detected by pyflakes.
-
logger: Silence some shellcheck warnings in the tests
-
logger: Remove an unused variable from the tests
Detected by shellcheck.
-
test-logger: Avoid using the same variable for two different types
Detected by mypy.
/cc @refi64