Skip to content

Commit 89a71ff

Browse files
committed
Remove white space
1 parent 4b1d71c commit 89a71ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/test/test_pathlib/test_read.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,10 @@ def test_info_is_symlink(self):
331331

332332
def test_invalid_mode(self):
333333
p = self.root / 'fileA'
334-
335334
with self.assertRaisesRegex(ValueError, "invalid mode"):
336335
vfsopen(p, "q")
337336

338-
339-
337+
340338
class ZipPathReadTest(ReadTestBase, unittest.TestCase):
341339
ground = ZipPathGround(ReadableZipPath)
342340

0 commit comments

Comments
 (0)