Skip to content

Commit

Permalink
Bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Nov 24, 2023
1 parent 2fbdfc7 commit 6375c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leonardo_api/leonardo_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import os
from typing import Optional

import asyncio
import aiofiles
import aiohttp
import asyncio

from .logger_config import setup_logger

Expand Down Expand Up @@ -286,7 +286,7 @@ async def get_generations_by_user(self, user_id: str, offset: int = 0, limit: in
await session.close()
raise error

async def upload_init_image(self, file_path: str):
async def upload_init_image(self, file_path: str): # pylint: disable=too-many-locals
"""
This endpoint returns pre-signed details to upload an init image to S3.
Expand Down

0 comments on commit 6375c5f

Please sign in to comment.