Skip to content

Commit 7534eef

Browse files
committed
Remove added whitespace from tests.
1 parent 0373145 commit 7534eef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

toolz/tests/test_itertoolz.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ def __eq__(self, other):
328328
assert list(partition_all(2, [obj]*3)) == [(obj, obj), (obj,)]
329329

330330

331-
332331
def test_count():
333332
assert count((1, 2, 3)) == 3
334333
assert count([]) == 0

0 commit comments

Comments
 (0)