mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Be explicit about argumentChecker object
This commit is contained in:
@@ -19,12 +19,12 @@ NamedUser = GithubObject(
|
||||
|
||||
NamedUser._addAttributePolicy(
|
||||
ExternalListOfObjects( "followers", "follower", NamedUser,
|
||||
ListGetable( [], [] )
|
||||
ListGetable( Parameters( [], [] ) )
|
||||
)
|
||||
)
|
||||
|
||||
NamedUser._addAttributePolicy(
|
||||
ExternalListOfObjects( "following", "following", NamedUser,
|
||||
ListGetable( [], [] )
|
||||
ListGetable( Parameters( [], [] ) )
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user