rename github to github_utils to avoid import circular dependency pro… (#5180)

This commit is contained in:
diwu-sf
2024-11-21 11:17:58 -08:00
committed by GitHub
parent d08886f30e
commit ea6809b283
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ from pathspec.patterns import GitWildMatchPattern
from openhands.security.options import SecurityAnalyzers
from openhands.server.data_models.feedback import FeedbackDataModel, store_feedback
from openhands.server.github import (
from openhands.server.github_utils import (
GITHUB_CLIENT_ID,
GITHUB_CLIENT_SECRET,
UserVerifier,