From 20c08c80418300d804ce30d2065f109c63b15c41 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 16 Apr 2013 11:18:53 -0400 Subject: Remove unused import. --- Lib/test/test_shutil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py index a3e3a52..308f4f2 100644 --- a/Lib/test/test_shutil.py +++ b/Lib/test/test_shutil.py @@ -24,7 +24,6 @@ import warnings from test import support from test.support import TESTFN, check_warnings, captured_stdout, requires_zlib -from unittest.mock import patch try: import bz2 -- cgit v0.12