mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
style: use ruff for linting and formatting (#524)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from reflector.logger import logger
|
||||
from time import monotonic
|
||||
from httpx import HTTPStatusError, Response
|
||||
from random import random
|
||||
import asyncio
|
||||
from random import random
|
||||
from time import monotonic
|
||||
|
||||
from httpx import HTTPStatusError, Response
|
||||
|
||||
from reflector.logger import logger
|
||||
|
||||
|
||||
class RetryException(Exception):
|
||||
|
||||
@@ -6,8 +6,9 @@ Provides automatic cleanup of S3 files with retry logic and proper error handlin
|
||||
"""
|
||||
|
||||
from typing import Optional
|
||||
from reflector.storage.base import Storage
|
||||
|
||||
from reflector.logger import logger
|
||||
from reflector.storage.base import Storage
|
||||
from reflector.utils.retry import retry
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user