Skip to content

Commit

Permalink
style: remove comments #264
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Bozhinov committed Dec 9, 2021
1 parent 6b18d63 commit 46c15cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datagateway_api/src/search_api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class Member(PaNOSCAttribute):
id_: StrictStr = Field(alias="id")
role: Optional[StrictStr] = Field(alias="role")

# Should a member be able to be part of many documents?
document: Document
person: Optional["Person"]
affiliation: Optional[Affiliation]
Expand Down Expand Up @@ -170,8 +169,6 @@ class Person(PaNOSCAttribute):
first_name: Optional[StrictStr] = Field(alias="firstName")
last_name: Optional[StrictStr] = Field(alias="lastName")

# ICAT has InvestigationUser meaning a user can have multiple roles, one for each
# investigation
members: Optional[List[Member]]

@classmethod
Expand Down

0 comments on commit 46c15cc

Please sign in to comment.