mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Be explicit about argumentChecker object
This commit is contained in:
@@ -7,6 +7,6 @@ RepositoryKey = GithubObject(
|
||||
"url", "id", "title", "key",
|
||||
"_repo",
|
||||
),
|
||||
Editable( [ "title", "key" ], [] ),
|
||||
Editable( Parameters( [ "title", "key" ], [] ) ),
|
||||
Deletable()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user