Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 5853329 commit 4bf1550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nwbwidgets/misc.py
Expand Up @@ -322,7 +322,7 @@ def __init__(
gas=self.gas,
plot_type=self.psth_type_radio,
sigma_in_secs=self.gaussian_sd_ft,
nbins=self.bins_ft
nbins=self.bins_ft,
# progress_bar=fixed(progress_bar)
)

Expand Down
1 change: 1 addition & 0 deletions nwbwidgets/utils/cmaps.py
@@ -1,6 +1,7 @@
"""
Taken from https://github.com/maartenbreddels/ipyvolume/pull/178
"""

import matplotlib.cm
import matplotlib.colors
import numpy as np
Expand Down

0 comments on commit 4bf1550

Please sign in to comment.