mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Simplify internal imports
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
from GithubObject import *
|
||||
|
||||
from Repository import Repository
|
||||
from NamedUser import NamedUser
|
||||
from Organization import Organization
|
||||
from Repository import *
|
||||
from NamedUser import *
|
||||
from Organization import *
|
||||
|
||||
Event = GithubObject(
|
||||
"Event",
|
||||
|
||||
Reference in New Issue
Block a user