Skip to content

Commit 76bd600

Browse files
remove redundant print statement
1 parent 19a6d41 commit 76bd600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo/test/iotest/common_io_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ def test_create_group_across_segment(self):
552552
if "create_group_across_segment" in inspect.signature(reader).parameters.keys():
553553
# Ignore testing readers for IOs where read_block is overridden to exclude
554554
# the create_group_across_segment functionality, for eg. NixIO_fr
555-
print(inspect.signature(reader).parameters)
556555
for case, outcome in zip(test_cases, expected_outcomes):
557556
if outcome is not None:
558557
with mock_test_case.assertRaises(outcome):

0 commit comments

Comments
 (0)