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.