Skip to content
Snippets Groups Projects
Unverified Commit 6f8c66cd authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

model: Black formatting

parent 94da0100
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,7 @@ class Snapshot(BaseModel, HashableObject): ...@@ -324,7 +324,7 @@ class Snapshot(BaseModel, HashableObject):
name: SnapshotBranch.from_dict(branch) if branch else None name: SnapshotBranch.from_dict(branch) if branch else None
for (name, branch) in d.pop("branches").items() for (name, branch) in d.pop("branches").items()
}, },
**d **d,
) )
...@@ -419,7 +419,7 @@ class Revision(BaseModel, HashableObject): ...@@ -419,7 +419,7 @@ class Revision(BaseModel, HashableObject):
date=date, date=date,
committer_date=committer_date, committer_date=committer_date,
type=RevisionType(d.pop("type")), type=RevisionType(d.pop("type")),
**d **d,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment