Skip to content

Commit b5efa31

Browse files
committed
Fix: Fixed a bug where an exception “Exceptions.py not found” would appear when you import it
1 parent a4b7371 commit b5efa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extendingPython/GiteeAPI/Activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pyhttpx
22

3-
import Exceptions
3+
from . import Exceptions
44

55

66
def getTheUserWhoStarTheRepo(owner: str, repo: str, page: int = -1, access_token: str = '', per_page: int = 100):

0 commit comments

Comments
 (0)