mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Be explicit about argumentChecker object
This commit is contained in:
@@ -9,6 +9,6 @@ CommitComment = GithubObject(
|
||||
"_repo",
|
||||
),
|
||||
InternalObjectAttribute( "user", NamedUser ),
|
||||
Editable( [ "body" ], [] ),
|
||||
Editable( Parameters( [ "body" ], [] ) ),
|
||||
Deletable(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user