From e13c5a35f9a94ffd0584a565595a4ea1ee19e137 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:30:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/nwbinspector/__init__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/nwbinspector/__init__.py b/src/nwbinspector/__init__.py index 8b689c701..c73d0f208 100644 --- a/src/nwbinspector/__init__.py +++ b/src/nwbinspector/__init__.py @@ -1,6 +1,13 @@ from .version import __version__ from .register_checks import available_checks, Importance -from .nwbinspector import InspectorOutputJSONEncoder, inspect_all, inspect_nwbfile, inspect_nwbfile_object, run_checks, load_config +from .nwbinspector import ( + InspectorOutputJSONEncoder, + inspect_all, + inspect_nwbfile, + inspect_nwbfile_object, + run_checks, + load_config, +) from .nwbinspector import inspect_nwb # TODO: remove after 7/1/2023 from .checks.ecephys import * from .checks.general import *