Skip to content

Commit db898ee

Browse files
committed
here a comma, there a comma, everywhere a comma comma
1 parent 5463a03 commit db898ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/travis_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ def post(url, **kwargs):
6565
return requests.post(_fix_url(url), timeout=30, **_fix_kwargs(kwargs))
6666

6767
def put(url, **kwargs):
68-
return requests.put(_fix_url(url), timeout=30 **_fix_kwargs(kwargs))
68+
return requests.put(_fix_url(url), timeout=30, **_fix_kwargs(kwargs))

0 commit comments

Comments
 (0)