From 6e60d170e2ba9aa6b613ac1e768e4c524cc00cd9 Mon Sep 17 00:00:00 2001 From: weiglszonja Date: Wed, 28 Aug 2024 10:20:17 +0200 Subject: [PATCH] remove FilePathType from docstring --- .../mah_2024/interfaces/mah_2024_bpodinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constantinople_lab_to_nwb/mah_2024/interfaces/mah_2024_bpodinterface.py b/src/constantinople_lab_to_nwb/mah_2024/interfaces/mah_2024_bpodinterface.py index 5e385aa..3d47952 100644 --- a/src/constantinople_lab_to_nwb/mah_2024/interfaces/mah_2024_bpodinterface.py +++ b/src/constantinople_lab_to_nwb/mah_2024/interfaces/mah_2024_bpodinterface.py @@ -37,7 +37,7 @@ def __init__( Parameters ---------- - file_path: FilePathType + file_path: Union[str, Path] Path to the raw Bpod data file (.mat). default_struct_name: str The name of the struct in the .mat file that contains the Bpod data, default is 'SessionData'.