From fafa21ac89ba49069c62ecd3bee802e9cab7e2c0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 18 Oct 2019 06:52:58 -0400 Subject: Upgrade pylint --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_process.py') 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 -- cgit v1.2.1