Format Python code with psf/black push

github-actions 2 years ago
parent 8f4855cacc
commit 012225c6d6

@ -175,7 +175,9 @@ class SearchService(discord.Cog, name="SearchService"):
custom_view=SearchView(ctx, self, query_response_message),
)
self.redo_users[ctx.user.id] = RedoSearchUser(ctx, query, search_scope, nodes, response_mode)
self.redo_users[ctx.user.id] = RedoSearchUser(
ctx, query, search_scope, nodes, response_mode
)
await paginator.respond(ctx.interaction)

Loading…
Cancel
Save