Skip to content

Commit

Permalink
Make last update time optional (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Apr 23, 2021
1 parent d3858ac commit b3414e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhoma/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def __init__(
self,
*,
creation_time: int,
last_update_time: int,
last_update_time: Optional[int] = None,
label: str,
type: int,
oid: str,
Expand Down

0 comments on commit b3414e0

Please sign in to comment.