Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Jan 17, 2025
1 parent a376c09 commit e2e4094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fuji_server/models/uniqueness_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class UniquenessOutput(Model):

def __init__(
self,
unique_identifiers: list[UniquenessOutputInner] = None | None,
guid: str = None | None,
guid_scheme: str = None | None,
unique_identifiers: list[UniquenessOutputInner] | None = None,
guid: str | None = None,
guid_scheme: str | None = None,
):
"""UniquenessOutput - a model defined in Swagger
Expand Down

0 comments on commit e2e4094

Please sign in to comment.