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 Jul 3, 2023
1 parent 22ab645 commit f7a4add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwbwidgets/time_grid.py
Expand Up @@ -92,7 +92,7 @@ def extract_timing_information_from_nwbfile(nwbfile: NWBFile, verbose: bool = Fa
def generate_epoch_guides_trace(temporal_data_dict):
if "epochs" not in temporal_data_dict:
return []

epoch_dict = temporal_data_dict["epochs"]
intervals = epoch_dict["intervals"]
x_epoch = []
Expand Down

0 comments on commit f7a4add

Please sign in to comment.