Skip to content

Commit

Permalink
rmv unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Jan 30, 2024
1 parent 7df39f8 commit 3a837fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/gallery/advanced_io/plot_editing.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
#
# First, let's create an NWB file with a dataset with a flexible shape:

from pynwb import NWBHDF5IO, NWBFile, TimeSeries
from datetime import datetime
from dateutil.tz import tzlocal
import numpy as np
from hdmf.backends.hdf5.h5_utils import H5DataIO

nwbfile = NWBFile(
Expand Down

0 comments on commit 3a837fe

Please sign in to comment.