mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Simplify internal imports
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from GithubObject import *
|
||||
|
||||
|
||||
NamedUser = GithubObject(
|
||||
"NamedUser",
|
||||
BaseUrl( lambda obj: "/users/" + obj.login ),
|
||||
|
||||
Reference in New Issue
Block a user