Format Python code with psf/black push

github-actions 2 years ago
parent 04d1a06a9e
commit 20bd3a970c

@ -414,7 +414,9 @@ class Model:
return response
async def send_image_request(self, ctx, prompt, vary=None) -> tuple[File, list[Any]]:
async def send_image_request(
self, ctx, prompt, vary=None
) -> tuple[File, list[Any]]:
# Validate that all the parameters are in a good state before we send the request
words = len(prompt.split(" "))
if words < 3 or words > 75:

Loading…
Cancel
Save