Skip to content

Commit 6efcde3

Browse files
committed
chore: use correct import paths for exceptions
1 parent 0e70187 commit 6efcde3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

gh_org_mgr/_gh_org.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
import sys
99
from dataclasses import asdict, dataclass, field
1010

11-
from github import (
12-
Auth,
13-
Github,
11+
from github import Auth, Github, GithubIntegration
12+
from github.GithubException import (
13+
BadCredentialsException,
1414
GithubException,
15-
GithubIntegration,
1615
UnknownObjectException,
1716
)
18-
from github.GithubException import BadCredentialsException
1917
from github.NamedUser import NamedUser
2018
from github.Organization import Organization
2119
from github.Repository import Repository

0 commit comments

Comments
 (0)