From 3d71e3fdb22c9cb3f59f05cd474263fbe2dca380 Mon Sep 17 00:00:00 2001 From: hugovk Date: Tue, 8 Jul 2014 07:59:17 +0300 Subject: [PATCH] Remove unused tearDownModule --- Tests/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_util.py b/Tests/test_util.py index a87a7833c..a547c6bd6 100644 --- a/Tests/test_util.py +++ b/Tests/test_util.py @@ -1,4 +1,4 @@ -from helper import unittest, PillowTestCase, tearDownModule +from helper import unittest, PillowTestCase from PIL import _util