Skip to content

Commit c56d605

Browse files
authored
Added newline at EOF
1 parent 9bddb4b commit c56d605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/unit/test_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ def test_graceful_shutdown_delivers_results(self):
107107
# Verify that all results were delivered by finish_at_shutdown() and can be
108108
# retrieved.
109109
for i, result in enumerate(results):
110-
assert result.get() == i * 2
110+
assert result.get() == i * 2

0 commit comments

Comments
 (0)