Skip to content

Commit 1272966

Browse files
committed
Merge remote-tracking branch 'origin/add_resource_type' into add_resource_type
2 parents af4e830 + a110e46 commit 1272966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dandischema/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,9 +1149,9 @@ class Activity(DandiBaseModel):
11491149

11501150
# isPartOf: Optional["Activity"] = Field(None, json_schema_extra={"nskey": "schema"})
11511151
# hasPart: Optional["Activity"] = Field(None, json_schema_extra={"nskey": "schema"})
1152-
wasAssociatedWith: Optional[
1153-
List[Union[Person, Organization, Software, Agent]]
1154-
] = Field(None, json_schema_extra={"nskey": "prov"})
1152+
wasAssociatedWith: Optional[List[Union[Person, Organization, Software, Agent]]] = (
1153+
Field(None, json_schema_extra={"nskey": "prov"})
1154+
)
11551155
used: Optional[List[Equipment]] = Field(
11561156
None,
11571157
description="A listing of equipment used for the activity.",

0 commit comments

Comments
 (0)