From ae845630bdce5bcbbd6dc8afa9e3460e5d6bd3d8 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Thu, 30 Jan 2025 16:18:24 -0600 Subject: [PATCH] rebase cruft --- mne_bids_pipeline/tests/datasets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mne_bids_pipeline/tests/datasets.py b/mne_bids_pipeline/tests/datasets.py index fb6382fec..5c095db23 100644 --- a/mne_bids_pipeline/tests/datasets.py +++ b/mne_bids_pipeline/tests/datasets.py @@ -16,7 +16,6 @@ class DATASET_OPTIONS_T(TypedDict, total=False): exclude: list[str] # [] hash: str # "" processor: str # "" - processor: str # "" DATASET_OPTIONS: dict[str, DATASET_OPTIONS_T] = {