Skip to content

Commit

Permalink
Format Python code with psf/black push
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Jan 27, 2023
1 parent 87cd1f0 commit a3ce357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/text_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ async def callback(self, interaction: discord.Interaction):

await TextService.encapsulated_send(
self.converser_cog,
overrides=Override(None,None,None,None),
overrides=Override(None, None, None, None),
id=user_id,
prompt=prompt,
instruction=instruction,
Expand Down

0 comments on commit a3ce357

Please sign in to comment.