Skip to content

Commit

Permalink
models:history - remove unused noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Jun 7, 2024
1 parent 191b0ff commit c0d27bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acacore/models/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def command_history(

return cls(
uuid=uuid,
time=time or datetime.now(), # noqa: DTZ005
time=time or datetime.now(),
operation=operation,
data=data,
reason=reason,
Expand Down

0 comments on commit c0d27bf

Please sign in to comment.