Skip to content

Commit ffe522f

Browse files
author
Jon Wayne Parrott
committed
Fix mailgun lint
Change-Id: Ibab53e507552781140fa24713f5712faf4d1aebc
1 parent bb84a36 commit ffe522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/mailgun/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def send_complex_message(recipient):
7171
}
7272

7373
resp, content = http.request(
74-
url, 'POST', urlencode(data),
74+
url, 'POST', urlencode(data),
7575
headers={"Content-Type": "application/x-www-form-urlencoded"})
7676

7777
if resp.status != 200:

0 commit comments

Comments
 (0)