修复 ruff lint:移除未使用的变量
This commit is contained in:
@@ -1925,8 +1925,6 @@ class PaymentContractCheckoutService:
|
|||||||
current_subscription = row
|
current_subscription = row
|
||||||
break
|
break
|
||||||
if isinstance(current_subscription, dict):
|
if isinstance(current_subscription, dict):
|
||||||
current_plan_code = str(current_subscription.get("plan_code") or "").strip().lower()
|
|
||||||
current_source = str(current_subscription.get("source") or "").strip().lower()
|
|
||||||
try:
|
try:
|
||||||
latest_exp = datetime.fromisoformat(
|
latest_exp = datetime.fromisoformat(
|
||||||
str(current_subscription.get("expires_at") or "").replace("Z", "+00:00")
|
str(current_subscription.get("expires_at") or "").replace("Z", "+00:00")
|
||||||
|
|||||||
Reference in New Issue
Block a user