Skip to content

Commit 5181f5d

Browse files
maurycypicnixz
andauthored
Update Lib/test/test_csv.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent ab871e0 commit 5181f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_csv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,7 @@ def test_zero_mode_tie_order_colon_first(self):
14861486
with self.assertRaisesRegex(csv.Error, "Could not determine delimiter"):
14871487
sniffer.sniff(sample)
14881488

1489+
14891490
class NUL:
14901491
def write(s, *args):
14911492
pass

0 commit comments

Comments
 (0)