Skip to content

Commit

Permalink
Ignore some type-checking errors under Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 25, 2024
1 parent ff49fd1 commit 111f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/dandiarchive.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 111f99b

Please sign in to comment.