Skip to content

Commit 4222fd8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5b56478 commit 4222fd8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

nwbwidgets/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def __init__(
322322
gas=self.gas,
323323
plot_type=self.psth_type_radio,
324324
sigma_in_secs=self.gaussian_sd_ft,
325-
nbins=self.bins_ft
325+
nbins=self.bins_ft,
326326
# progress_bar=fixed(progress_bar)
327327
)
328328

nwbwidgets/utils/cmaps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Taken from https://github.com/maartenbreddels/ipyvolume/pull/178
33
"""
4+
45
import matplotlib.cm
56
import matplotlib.colors
67
import numpy as np

nwbwidgets/view.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
from ndx_icephys_meta.icephys import SweepSequences
1010
from ndx_spectrum import Spectrum
1111

12-
from .base import dict2accordion
12+
from .base import (
13+
dict2accordion,
14+
)
1315
from .base import nwb2widget as nwb2widget_base
1416
from .base import (
1517
processing_module,

0 commit comments

Comments
 (0)