Skip to content
Snippets Groups Projects
Commit 8993168a authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Add a "noqa" line to avoid a false-positive flake8 "unused import" warning.

parent 5010f522
No related branches found
No related tags found
No related merge requests found
Pipeline #103639 passed
......@@ -706,7 +706,7 @@ def main(args=None):
signal.signal(signal.SIGTERM, sigterm_handler)
try:
import libarchive
import libarchive # noqa
except (ImportError, AttributeError):
traceback.print_exc()
python_module_missing('libarchive')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment