Skip to content

Commit 9a5f7d0

Browse files
fix: removed duplicate import
1 parent ddf5ea9 commit 9a5f7d0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/backend/api/api_routes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
router = APIRouter()
2626
logger = AppLogger("APIRoutes")
2727

28-
# start processing the batch
29-
from sql_agents_start import process_batch_async # noqa: E402
30-
3128
# start processing the batch
3229
@router.post("/start-processing")
3330
async def start_processing(request: Request):

0 commit comments

Comments
 (0)