[crawler]: fix style with ruff

This commit is contained in:
2025-10-06 18:01:17 +02:00
parent 6b3e0323c5
commit 6a49110b30
2 changed files with 0 additions and 2 deletions
@@ -1,7 +1,6 @@
from __future__ import annotations
from importlib import import_module
from typing import Any, Sequence
_async_queue = import_module("basango.services.crawler.async.queue")
_async_tasks = import_module("basango.services.crawler.async.tasks")
@@ -1,7 +1,6 @@
from __future__ import annotations
import random
import time
from abc import ABC, abstractmethod
from dataclasses import dataclass, field
from datetime import datetime, timezone