lint: Fix errors caused by rebasing past black upgrade.

This commit is contained in:
Tim Abbott 2024-01-29 11:29:20 -08:00
parent edec29e0b6
commit ae52adb4ee
1 changed files with 3 additions and 3 deletions

View File

@ -1229,9 +1229,9 @@ class BillingSession(ABC):
)
fixed_price_plan_params["billing_cycle_anchor"] = current_plan.end_date
fixed_price_plan_params["next_invoice_date"] = current_plan.end_date
fixed_price_plan_params[
"invoicing_status"
] = CustomerPlan.INVOICING_STATUS_INITIAL_INVOICE_TO_BE_SENT
fixed_price_plan_params["invoicing_status"] = (
CustomerPlan.INVOICING_STATUS_INITIAL_INVOICE_TO_BE_SENT
)
fixed_price_plan_params["billing_schedule"] = current_plan.billing_schedule
fixed_price_plan_params["charge_automatically"] = current_plan.charge_automatically
# Manual license management is not available for fixed price plan.