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 f1bdd3a commit 4c2c477Copy full SHA for 4c2c477
gogs_client/__init__.py
@@ -1,4 +1,4 @@
1
from gogs_client.auth import Authentication, Token, UsernamePassword
2
from gogs_client.entities import GogsUser, GogsRepo
3
from gogs_client.interface import GogsApi, ApiFailure, NetworkFailure
4
-from gogs_client.updates import GogsUserUpdate
+from gogs_client.updates import GogsUserUpdate, GogsHookUpdate
0 commit comments