Sfoglia il codice sorgente

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

diwu-sf 1 anno fa
parent
commit
ea6809b283
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,