Used ruff to cleanup

I hope it just works right as I cannot test things if they work
This commit is contained in:
Kadir 2025-09-14 19:02:30 +01:00
parent 8d11e4a81c
commit b1e0a414cf
12 changed files with 6 additions and 33 deletions

View file

@ -6,10 +6,9 @@ import logging
import pathlib
from typing import Any
from listing_processor import ListingProcessor
from rec.query import detail_query, listing_query, QueryParameters
from rec.query import listing_query, QueryParameters
from rec.districts import get_districts
from repositories import ListingRepository
import requests
from tqdm.asyncio import tqdm
from data_access import Listing
from models import Listing as modelListing