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 a4b7371 commit b5efa31Copy full SHA for b5efa31
extendingPython/GiteeAPI/Activity.py
@@ -1,6 +1,6 @@
1
import pyhttpx
2
3
-import Exceptions
+from . import Exceptions
4
5
6
def getTheUserWhoStarTheRepo(owner: str, repo: str, page: int = -1, access_token: str = '', per_page: int = 100):
0 commit comments