From e056e0835aec0670ea073c804bdb580f3ac52d4e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 02:51:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes (attempt 2/3) --- api/services/credit_pool_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/services/credit_pool_service.py b/api/services/credit_pool_service.py index 5f14735d1f..8ae409809a 100644 --- a/api/services/credit_pool_service.py +++ b/api/services/credit_pool_service.py @@ -1,5 +1,4 @@ import logging -from typing import Optional from sqlalchemy import update from sqlalchemy.orm import Session