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