From b756e247c9d7eb2ee47cfc1c7ce6cfe10ca0d834 Mon Sep 17 00:00:00 2001 From: CodyCBakerPhD Date: Fri, 6 Sep 2024 13:43:26 -0400 Subject: [PATCH] fix --- src/nwbinspector/_nwb_inspection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nwbinspector/_nwb_inspection.py b/src/nwbinspector/_nwb_inspection.py index 8e1d733a2..e37e2970e 100644 --- a/src/nwbinspector/_nwb_inspection.py +++ b/src/nwbinspector/_nwb_inspection.py @@ -340,7 +340,7 @@ def inspect_nwbfile( # TODO: deprecate once subject types and dandi schemas have been extended -def _intercept_in_vitro_protein(nwbfile_object: pynwb.NWBFile, checks: Optional[list] = None) -> List[callable]: +def _intercept_in_vitro_protein(nwbfile_object: pynwb.NWBFile, checks: Optional[list] = None) -> list[callable]: """ If the special 'protein' subject_id is specified, return a truncated list of checks to run.