Skip to content

Commit b8f9b71

Browse files
committed
fix
1 parent 6a49be2 commit b8f9b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_sdk/oauth/installation_store/sqlite3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def find_installation(
494494
# Retrieve the latest bot token, just in case
495495
# See also: https://github.com/slackapi/bolt-python/issues/664
496496
cur = conn.execute(
497-
f"""
497+
"""
498498
select
499499
bot_token,
500500
bot_id,

0 commit comments

Comments
 (0)