From 95765264f9962c0945da041e5340b4a6989a885c Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 7 Sep 2022 17:14:57 -0400 Subject: [PATCH] Indentation fix for lint check --- dandi/files/bids.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dandi/files/bids.py b/dandi/files/bids.py index 6ffc45bab..d7b9aabaa 100644 --- a/dandi/files/bids.py +++ b/dandi/files/bids.py @@ -17,10 +17,10 @@ BIDS_ASSET_ERRORS = [ "BIDS.NON_BIDS_PATH_PLACEHOLDER", - ] +] BIDS_DATASET_ERRORS = [ "BIDS.MANDATORY_FILE_MISSING_PLACEHOLDER", - ] +] @dataclass