style(credit): apply Black formatting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
majdyz
2026-04-10 09:59:42 +00:00
parent 945297b965
commit 16c38c4dfb

View File

@@ -1379,9 +1379,7 @@ async def _cleanup_stale_subscriptions(customer_id: str, new_sub_id: str) -> Non
a periodic reconciliation job is the intended backstop for persistent drift.
"""
try:
await _cancel_customer_subscriptions(
customer_id, exclude_sub_id=new_sub_id
)
await _cancel_customer_subscriptions(customer_id, exclude_sub_id=new_sub_id)
except stripe.StripeError:
logger.warning(
"_cleanup_stale_subscriptions: Stripe error while cleaning up stale"