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 0e70187 commit 6efcde3Copy full SHA for 6efcde3
gh_org_mgr/_gh_org.py
@@ -8,14 +8,12 @@
8
import sys
9
from dataclasses import asdict, dataclass, field
10
11
-from github import (
12
- Auth,
13
- Github,
+from github import Auth, Github, GithubIntegration
+from github.GithubException import (
+ BadCredentialsException,
14
GithubException,
15
- GithubIntegration,
16
UnknownObjectException,
17
)
18
-from github.GithubException import BadCredentialsException
19
from github.NamedUser import NamedUser
20
from github.Organization import Organization
21
from github.Repository import Repository
0 commit comments