mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Set types of many parameters
This commit is contained in:
@@ -77,6 +77,7 @@ class PullRequestComment( object ):
|
||||
)
|
||||
|
||||
def edit( self, body ):
|
||||
assert isinstance( body, ( str, unicode ) ), body
|
||||
post_parameters = {
|
||||
"body": body,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user