We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4640bfb commit 8575eebCopy full SHA for 8575eeb
1 file changed
tests/_loaders/test_csv_loader.py
@@ -85,4 +85,4 @@ def test_csv_loader_from_string(self):
85
86
def test_csv_loader_from_empty_string(self):
87
"""Test CSV loading from an empty string."""
88
- self.assertRaises(StopIteration, next, csv("", read_from_src=True))
+ self.assertRaises(StopIteration, next, csv("", read_from_src=True))
0 commit comments