[fix] pep8 compatibilty

This commit is contained in:
Adam Tauber
2016-01-18 12:47:31 +01:00
parent 6a158ca2d2
commit bd22e9a336
18 changed files with 30 additions and 29 deletions

View File

@@ -92,7 +92,7 @@ def head(url, **kwargs):
return request('head', url, **kwargs)
def post(url, data=None, **kwargs):
def post(url, data=None, **kwargs):
return request('post', url, data=data, **kwargs)