Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue committed Dec 3, 2023
1 parent 696c882 commit 0d3a8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_helper/mixins/guild_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def get_guild_messages(
user_id: Optional[int] = None,
after: Optional[int] = None,
offset: Optional[int] = None,
no_results: int,
no_results: Optional[int],
) -> List[GuildMessage]:
await self._get_guild_message(
"guild_id, channel_id, message_id, user_id",
Expand Down

0 comments on commit 0d3a8ef

Please sign in to comment.