Remove duplicate import

This commit is contained in:
Alex Gaynor 2019-07-23 22:30:43 -04:00 committed by GitHub
parent e79b08e11c
commit 4103165864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1023,7 +1023,6 @@ class SuiteClearingMixin(object):
This test is important since C{_clearSuite} operates by mutating
internal variables.
"""
pyunit = __import__('unittest')
suite = pyunit.TestSuite()
suite.addTest(self.TestCase())
# Double check that the test suite actually has something in it.