Skip to content

Commit

Permalink
Correction syntaxe
Browse files Browse the repository at this point in the history
  • Loading branch information
njouanin committed Apr 10, 2024
1 parent 652bd90 commit b195e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bloom/domain/vessel.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class Vessel(BaseModel):
home_port_id: Union[int, None] = None
created_at: Union[datetime, None] = None
updated_at: Union[datetime, None] = None
details: Union[str None] = None
details: Union[str, None] = None

0 comments on commit b195e9e

Please sign in to comment.