diff options
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 4298244a..98134d2d 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -4,7 +4,7 @@ """Tests for process behavior of coverage.py.""" -import distutils.sysconfig # pylint: disable=import-error +import distutils.sysconfig import glob import os import os.path |