Update backend/app/services/github_events.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-17 22:44:05 -06:00
committed by GitHub
parent 547d595e88
commit 34da31fe74

View File

@@ -9,7 +9,7 @@ Related docs: OPERATOR_PR_EVENT_HANDLERS.md, MERGE_QUEUE_PLAN.md
from typing import Dict, Any
from sqlalchemy.ext.asyncio import AsyncSession
from sqlalchemy import select, insert, update
# from sqlalchemy import select, insert, update # Removed unused imports
import logging
logger = logging.getLogger(__name__)