We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af4e830 + a110e46 commit 1272966Copy full SHA for 1272966
dandischema/models.py
@@ -1149,9 +1149,9 @@ class Activity(DandiBaseModel):
1149
1150
# isPartOf: Optional["Activity"] = Field(None, json_schema_extra={"nskey": "schema"})
1151
# 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"})
+ wasAssociatedWith: Optional[List[Union[Person, Organization, Software, Agent]]] = (
+ Field(None, json_schema_extra={"nskey": "prov"})
+ )
1155
used: Optional[List[Equipment]] = Field(
1156
None,
1157
description="A listing of equipment used for the activity.",
0 commit comments