From 7686647389d394aa8affa0c04a2741225d3b65f5 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Sat, 21 Aug 2021 16:04:05 -0500 Subject: [PATCH] Fix flake8 error --- tests/test_plat_other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plat_other.py b/tests/test_plat_other.py index 045ea58..27b98cf 100644 --- a/tests/test_plat_other.py +++ b/tests/test_plat_other.py @@ -13,7 +13,7 @@ except ImportError: # py2 from ConfigParser import ConfigParser # noqa: F401 -from tempfile import mkdtemp, NamedTemporaryFile, mktemp +from tempfile import mkdtemp, NamedTemporaryFile import shutil import stat import uuid