Skip to content

Commit

Permalink
rmv extra imports (#900)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Baker <[email protected]>
  • Loading branch information
bendichter and CodyCBakerPhD authored Jun 12, 2024
1 parent 673a6d4 commit 1f6573c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/backend_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Then we can use this configuration to write the NWB file:

.. code-block:: python
from neuroconv.tools.nwb_helpers import configure_backend, BACKEND_NWB_IO, configure_and_write_nwbfile
from neuroconv.tools.nwb_helpers import configure_and_write_nwbfile
dataset_configurations["acquisition/MyTimeSeries/data"] = dataset_configuration
Expand Down Expand Up @@ -292,4 +292,4 @@ Which prints out:
.. note::

You may have noticed that the name of the key for that compression option got lost in translation; this is because
HDF5 implicitly forces the order of each option in the tuple (or in this case, a scalar).
HDF5 implicitly forces the order of each option in the tuple (or in this case, a scalar).

0 comments on commit 1f6573c

Please sign in to comment.