We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36bc2f commit 56684e9Copy full SHA for 56684e9
ibllib/pipes/misc.py
@@ -3,7 +3,7 @@
3
import shutil
4
from pathlib import Path
5
import re
6
-from typing import Union
+from typing import Union, List
7
8
import iblutil.io.params as params
9
from one.alf.spec import is_uuid_string, is_session_path
@@ -347,7 +347,7 @@ def confirm_ephys_remote_folder(
347
check_create_raw_session_flag(remote_session_path)
348
349
350
-def probe_labels_from_session_path(session_path: Union[str, Path]) -> list[str]:
+def probe_labels_from_session_path(session_path: Union[str, Path]) -> List[str]:
351
"""
352
Finds ephys probes according to the metadata spikeglx files. Only returns first subfolder
353
name under raw_ephys_data folder, ie. raw_ephys_data/probe00/copy_of_probe00 won't be returned
0 commit comments