From 4889cb697dfb77d9613fd7e10668b5434324fc2a Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 30 Dec 2025 20:47:07 +0000 Subject: [PATCH] Fix import order in github_v1_callback_processor.py Co-authored-by: openhands --- enterprise/integrations/github/github_v1_callback_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/integrations/github/github_v1_callback_processor.py b/enterprise/integrations/github/github_v1_callback_processor.py index dc9cc67837..0da25bf177 100644 --- a/enterprise/integrations/github/github_v1_callback_processor.py +++ b/enterprise/integrations/github/github_v1_callback_processor.py @@ -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