Fix import order in github_v1_callback_processor.py

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
openhands
2025-12-30 20:47:07 +00:00
parent 7c4f661840
commit 4889cb697d

View File

@@ -3,8 +3,8 @@ from typing import Any
from uuid import UUID
import httpx
from integrations.utils import CONVERSATION_URL, get_summary_instruction
from github import Auth, Github, GithubIntegration
from integrations.utils import CONVERSATION_URL, get_summary_instruction
from pydantic import Field
from server.auth.constants import GITHUB_APP_CLIENT_ID, GITHUB_APP_PRIVATE_KEY