Skip to content

Commit 413935e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 23fca0d commit 413935e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

0 commit comments

Comments
 (0)