Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Mar 18, 2024
1 parent ea6ac2f commit e9573f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/bro_upload/delivery.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ def _check_delivery(self, delivery_url: str) -> bool:

else:
delivery_status = delivery_info["status"]
delivery_brondocument_status = delivery_info["brondocuments"][0][
"status"
]
delivery_brondocument_status = delivery_info["brondocuments"][0]["status"]

if (
delivery_status == "DOORGELEVERD"
Expand Down

0 comments on commit e9573f1

Please sign in to comment.