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