Skip to content

Commit

Permalink
Add default None
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 9, 2023
1 parent 53b341c commit 615a928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chris/cube/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
@dataclass(frozen=True)
class CubeCollectionLinks(AuthenticatedCollectionLinks):
chrisinstance: ApiUrl
admin: Optional[AdminUrl]
files: ApiUrl
compute_resources: ApiUrl
uploadedfiles: ApiUrl
pacsfiles: ApiUrl
servicefiles: ApiUrl
filebrowser: ApiUrl
user: UserUrl
admin: Optional[AdminUrl] = None


@deserialize
Expand Down

0 comments on commit 615a928

Please sign in to comment.