Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 8, 2023
1 parent d4fff96 commit 1273828
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tools/backups2datalad/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
class Remote(BaseModel):
name: str
type: str
# Needs to be `typing.Dict` so that pydantic will support it under 3.8
options: dict[str, str]


Expand Down
1 change: 0 additions & 1 deletion tools/test_backups2datalad/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def get_asset_files(self, commitish: str) -> set[str]:
}

def get_assets_json(self, commitish: str) -> list[dict]:
# We need to use typing.List here for Python 3.8 compatibility
return cast(
list[dict], json.loads(self.get_blob(commitish, ".dandi/assets.json"))
)
Expand Down

0 comments on commit 1273828

Please sign in to comment.