Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions neo/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@

.. autoattribute:: extensions

.. .. autoclass:: neo.io.ElphyIO

.. autoattribute:: extensions

.. autoclass:: neo.io.IgorIO

.. autoattribute:: extensions
Expand Down Expand Up @@ -260,7 +256,6 @@
from neo.io.brainwaref32io import BrainwareF32IO
from neo.io.brainwaresrcio import BrainwareSrcIO
from neo.io.elanio import ElanIO
# from neo.io.elphyio import ElphyIO
from neo.io.exampleio import ExampleIO
from neo.io.igorproio import IgorIO
from neo.io.intanio import IntanIO
Expand Down Expand Up @@ -306,7 +301,6 @@
BrainwareF32IO,
BrainwareSrcIO,
ElanIO,
# ElphyIO,
ExampleIO,
IgorIO,
IntanIO,
Expand Down
Loading