Skip to content

Commit b6de3b3

Browse files
committed
Fix #1030 error in exmaple code
1 parent 91f9ef1 commit b6de3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sqlalchemy/async_oauth_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async def async_find_bot(
6868
*,
6969
enterprise_id: Optional[str],
7070
team_id: Optional[str],
71-
is_enterprise_install: Optional[bool],
71+
is_enterprise_install: Optional[bool] = False,
7272
) -> Optional[Bot]:
7373
c = self.bots.c
7474
query = (

0 commit comments

Comments
 (0)