Set types of many parameters

This commit is contained in:
Vincent Jacques
2012-05-27 20:46:29 +01:00
parent c4bebd9a11
commit 821ac669f2
21 changed files with 316 additions and 209 deletions
+1
View File
@@ -77,6 +77,7 @@ class PullRequestComment( object ):
)
def edit( self, body ):
assert isinstance( body, ( str, unicode ) ), body
post_parameters = {
"body": body,
}