mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization.
This commit is contained in:
parent
124a4e58c4
commit
32cbc96150
3 changed files with 5 additions and 5 deletions
|
@ -53,7 +53,7 @@ class TestsWithSourceFile(unittest.TestCase):
|
|||
zipfp = zipfile.ZipFile(TESTFN2, "r", zipfile.ZIP_STORED)
|
||||
self.assertEqual(zipfp.namelist(), ["absolute"])
|
||||
zipfp.close()
|
||||
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
os.remove(TESTFN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue