Skip to content

Commit 8575eeb

Browse files
committed
lint: Add final newline
1 parent 4640bfb commit 8575eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/_loaders/test_csv_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ def test_csv_loader_from_string(self):
8585

8686
def test_csv_loader_from_empty_string(self):
8787
"""Test CSV loading from an empty string."""
88-
self.assertRaises(StopIteration, next, csv("", read_from_src=True))
88+
self.assertRaises(StopIteration, next, csv("", read_from_src=True))

0 commit comments

Comments
 (0)