8000 more PEP8 · Twilio-api/twilio-python@1c060f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c060f3

Browse files
author
Doug Black
committed
more PEP8
1 parent f434ec6 commit 1c060f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twilio/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def __str__(self):
3232
self.status, self.msg, str(self.code), self.uri
3333
)
3434
else:
35-
error_message = "HTTP ERROR %s: %s \n %s" % (self.status, self.msg, self.uri)
35+
error_message = "HTTP ERROR %s: %s \n %s" % (self.status,
36+
self.msg, self.uri)
3637

3738
return error_message

0 commit comments

Comments
 (0)
0