mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Automatic implementation of url_parameters
This commit is contained in:
@@ -77,8 +77,7 @@ class Authorization( object ):
|
||||
assert isinstance( note, ( str, unicode ) ), note
|
||||
if note_url is not DefaultValueForOptionalParameters:
|
||||
assert isinstance( note_url, ( str, unicode ) ), note_url
|
||||
post_parameters = {
|
||||
}
|
||||
post_parameters = dict()
|
||||
if scopes is not DefaultValueForOptionalParameters:
|
||||
post_parameters[ "scopes" ] = scopes
|
||||
if add_scopes is not DefaultValueForOptionalParameters:
|
||||
|
||||
Reference in New Issue
Block a user