Skip to content

Commit

Permalink
Fix #1030 error in exmaple code
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 26, 2024
1 parent 91f9ef1 commit b6de3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sqlalchemy/async_oauth_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def async_find_bot(
*,
enterprise_id: Optional[str],
team_id: Optional[str],
is_enterprise_install: Optional[bool],
is_enterprise_install: Optional[bool] = False,
) -> Optional[Bot]:
c = self.bots.c
query = (
Expand Down

0 comments on commit b6de3b3

Please sign in to comment.