diff --git a/tests/processes/test_convert.py b/tests/processes/test_convert.py index 9f31ef2d5..33ca32710 100644 --- a/tests/processes/test_convert.py +++ b/tests/processes/test_convert.py @@ -2,7 +2,6 @@ Unit tests of functions within :mod:`weaver.processes.convert`. """ import inspect - import logging # pylint: disable=R1729 # ignore non-generator representation employed for displaying test log results