Skip to content

Commit 447bb7a

Browse files
committed
Edited docstring of test_phyio.py
1 parent fbd8947 commit 447bb7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

neo/test/iotest/test_phyio.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Tests of neo.io.exampleio
2+
Tests of neo.io.phyio
33
"""
44

55
import unittest
@@ -16,8 +16,6 @@
1616
import tempfile
1717
from pathlib import Path
1818

19-
# This run standart tests, this is mandatory for all IO
20-
2119

2220
class TestPhyIO(BaseTestIO, unittest.TestCase):
2321
ioclass = PhyIO

0 commit comments

Comments
 (0)