Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Sep 2, 2024
1 parent 1ffa112 commit b8aa907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fixbackend/cloud_accounts/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def from_model(model: CloudAccount) -> "CloudAccountRead":
case CloudAccountStates.Degraded():
enabled = model.state.enabled
scan = model.state.scan
is_configured = False

last_scan_finished = None
if model.last_scan_started_at:
Expand Down

0 comments on commit b8aa907

Please sign in to comment.