Skip to content

Commit 9ebf780

Browse files
committed
black formatting
1 parent 5b91bc6 commit 9ebf780

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

functions/authorizer/src/index.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ def sign(secret, body, ts=None):
4848
return signature
4949

5050

51-
class Forbidden(Exception):
52-
...
51+
class Forbidden(Exception): ...

functions/authorizer/src/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Logger
33
"""
4+
45
import json
56
import logging
67

functions/oauth/src/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Logger
33
"""
4+
45
import json
56
import logging
67

functions/transformer/src/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Logger
33
"""
4+
45
import json
56
import logging
67

0 commit comments

Comments
 (0)