We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7256b04 commit 640766aCopy full SHA for 640766a
src/manager_github.py
@@ -1,7 +1,8 @@
1
-from os import makedirs
+from os import makedirs, environ
2
from os.path import dirname, join
3
from shutil import copy, rmtree
4
5
+environ["GIT_PYTHON_REFRESH"] = "quiet"
6
from git import Repo
7
from github import Github, AuthenticatedUser, Repository
8
0 commit comments