Used ruff to cleanup
I hope it just works right as I cannot test things if they work
This commit is contained in:
parent
8d11e4a81c
commit
b1e0a414cf
12 changed files with 6 additions and 33 deletions
|
|
@ -1,10 +1,7 @@
|
|||
import asyncio
|
||||
from dataclasses import dataclass
|
||||
from datetime import datetime
|
||||
import enum
|
||||
from typing import Any
|
||||
import aiohttp
|
||||
from models.listing import FurnishType, ListingType, QueryParameters
|
||||
from models.listing import FurnishType, ListingType
|
||||
from rec import districts
|
||||
from tenacity import retry, stop_after_attempt, wait_random
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue