Forráskód Böngészése

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

diwu-sf 1 éve
szülő
commit
ea6809b283
2 módosított fájl, 1 hozzáadás és 1 törlés
  1. 0 0
      openhands/server/github_utils.py
  2. 1 1
      openhands/server/listen.py

+ 0 - 0
openhands/server/github.py → openhands/server/github_utils.py


+ 1 - 1
openhands/server/listen.py

@@ -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,