8000 Add spaces for flake8 · chunkingz/twilio-python@6dc027e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6dc027e

Browse files
author
Doug Black
committed
Add spaces for flake8
1 parent 380e624 commit 6dc027e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

twilio/jwt/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
def binary(txt):
1414
return txt.encode('utf-8')
1515

16+
1617
try:
1718
import json
1819
except ImportError:
@@ -25,6 +26,7 @@ def binary(txt):
2526
class DecodeError(Exception):
2627
pass
2728

29+
2830
signing_methods = {
2931
'HS256': lambda msg, key: hmac.new(key, msg, hashlib.sha256).digest(),
3032
'HS384': lambda msg, key: hmac.new(key, msg, hashlib.sha384).digest(),

0 commit comments

Comments
 (0)
0