Skip to content

Commit 61bf88f

Browse files
committed
Fix line length
1 parent d6508ea commit 61bf88f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nmdc_server/schemas_submission.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ class MultiOmicsForm(BaseModel):
5757
studyNumber: str
5858
unknownDoi: Optional[bool] = None
5959

60-
# This allows Field Notes to continue to send alternativeNames, GOLDStudyId, and NCBIBioProjectId in this form
61-
# until it catches up with the new data model in its next release
60+
# This allows Field Notes to continue to send alternativeNames, GOLDStudyId, and
61+
# NCBIBioProjectId in this form until it catches up with the new data model in its next release
6262
model_config = ConfigDict(extra="allow")
6363

6464

0 commit comments

Comments
 (0)