style(services): reorder imports and formatting
This commit is contained in:
@@ -79,4 +79,5 @@ async def check_treasury_invoice(invoice_id: int) -> bool:
|
||||
return bool(items and items[0].get("status") == "paid")
|
||||
except Exception as exc:
|
||||
logging.error("check_treasury_invoice: %s", exc)
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user