Skip to content

Commit 16e9f7d

Browse files
author
sprenger
committed
[nwbio] remove unused import
1 parent b968ab8 commit 16e9f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/nwbio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# PyNWB imports
3939
try:
4040
import pynwb
41-
from pynwb import NWBFile, TimeSeries, get_manager
41+
from pynwb import NWBFile, TimeSeries
4242
from pynwb.base import ProcessingModule
4343
from pynwb.ecephys import ElectricalSeries, Device, EventDetection
4444
from pynwb.behavior import SpatialSeries

0 commit comments

Comments
 (0)