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,8 +1,6 @@
|
||||
from GithubObject import *
|
||||
|
||||
from GitCommit import GitCommit
|
||||
from NamedUser import NamedUser
|
||||
from CommitComment import CommitComment
|
||||
from GitCommit import *
|
||||
from NamedUser import *
|
||||
from CommitComment import *
|
||||
|
||||
__modifyAttributesForObjectsReferingReferedRepo = { "_repo": lambda obj: obj._repo }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user