From f7a4add23d0ee145e0910e5797ca7ea2bbed7f8e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:48:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nwbwidgets/time_grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwbwidgets/time_grid.py b/nwbwidgets/time_grid.py index 6a342b99..edad125e 100644 --- a/nwbwidgets/time_grid.py +++ b/nwbwidgets/time_grid.py @@ -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 = []