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:
@@ -7,6 +7,6 @@ Authorization = GithubObject(
|
||||
"id", "url", "scopes", "token", "app", "note", "note_url", "updated_at",
|
||||
"created_at",
|
||||
),
|
||||
Editable( [], [ "scopes", "add_scopes", "remove_scopes", "note", "note_url" ] ),
|
||||
Editable( Parameters( [], [ "scopes", "add_scopes", "remove_scopes", "note", "note_url" ] ) ),
|
||||
Deletable(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user