mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Simplify internal imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
from GithubObject import *
|
||||
|
||||
from NamedUser import NamedUser
|
||||
from Repository import Repository
|
||||
from NamedUser import *
|
||||
from Repository import *
|
||||
|
||||
Team = GithubObject(
|
||||
"Team",
|
||||
|
||||
Reference in New Issue
Block a user