Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Mar 21, 2024
1 parent 68a1dc1 commit 7026f52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pynwb/ndx_binned_spikes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
import numpy as np

from pynwb import load_namespaces, get_class
from pynwb import register_class
from pynwb.core import NWBDataInterface
from hdmf.utils import docval, popargs_to_dict, get_docval, popargs
from hdmf.utils import docval, popargs_to_dict

try:
from importlib.resources import files
Expand All @@ -24,10 +25,8 @@

# BinnedAlignedSpikes = get_class("BinnedAlignedSpikes", "ndx-binned-spikes")

from pynwb import register_class, docval


@register_class(neurodata_type="BinnedAlignedSpikes", namespace="ndx-binned-spikes")
@register_class(neurodata_type="BinnedAlignedSpikes", namespace="ndx-binned-spikes") #noqa
class BinnedAlignedSpikes(NWBDataInterface):
__nwbfields__ = (
"name",
Expand Down

0 comments on commit 7026f52

Please sign in to comment.