From dc10cc7b9a3283e445e9d6b3f7e25d0c25453077 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 25 Nov 2024 14:46:54 -0500 Subject: [PATCH] Ignore some type-checking errors under Python 3.13 --- dandi/dandiarchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandi/dandiarchive.py b/dandi/dandiarchive.py index eefb99af5..b2d5b56cd 100644 --- a/dandi/dandiarchive.py +++ b/dandi/dandiarchive.py @@ -287,7 +287,7 @@ def is_under_download_path(self, path: str) -> bool: @dataclass -class BaseAssetIDURL(SingleAssetURL): +class BaseAssetIDURL(SingleAssetURL): # type: ignore[override] """ Parsed from a URL that refers to an asset by ID and does not include the Dandiset ID