Skip to content

Commit

Permalink
Some changes the linter is suggesting (#2487)
Browse files Browse the repository at this point in the history
Co-authored-by: Deepak <[email protected]>
  • Loading branch information
matentzn and deepakunni3 authored Dec 14, 2023
1 parent b314feb commit 6713e33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions _data/operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ members:
name: Alan Ruttenberg
orcid: 0000-0002-1604-3078
wikidata: Q30508557
- affiliation:
name: National Institutes of Health (NIH)
ror: 01cwqze88
country: USA
github: LK112019
groups:
- outreach
name: Leila Kiani
orcid: 0009-0009-6722-6147
wikidata: Q118105252
- affiliation:
name: University at Buffalo, Buffalo, NY
ror: 01y64my43
Expand Down Expand Up @@ -197,6 +187,16 @@ members:
name: Jim Balhoff
orcid: 0000-0002-8688-6599
wikidata: Q37649212
- affiliation:
name: National Institutes of Health (NIH)
ror: 01cwqze88
country: USA
github: LK112019
groups:
- outreach
name: Leila Kiani
orcid: 0009-0009-6722-6147
wikidata: Q118105252
- affiliation:
name: University of Maryland School of Medicine, Baltimore, MD
ror: 01r0c1p88
Expand Down
6 changes: 3 additions & 3 deletions tests/test_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class Role(BaseModel):
name: str
description: str
open: Optional[bool] = None
commitment: Optional[str] = None # can later be required
requirements: Optional[List[str]] = None # can later be required
responsibilities: Optional[List[str]] = None # can later be required
commitment: Optional[str] = None # can later be required
requirements: Optional[List[str]] = None # can later be required
responsibilities: Optional[List[str]] = None # can later be required
people: List[Person]


Expand Down

0 comments on commit 6713e33

Please sign in to comment.