Skip to content

Commit e0ef0a7

Browse files
format project
1 parent db6a358 commit e0ef0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/samples/oauth/oauth_v2_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async def oauth_callback(req: Request):
135135

136136
@app.post("/slack/events")
137137
async def slack_app(req: Request):
138-
data=req.body.decode("utf-8")
138+
data = req.body.decode("utf-8")
139139
if not signature_verifier.is_valid(
140140
body=data,
141141
timestamp=req.headers.get("X-Slack-Request-Timestamp"),

0 commit comments

Comments
 (0)