[crawler]: fix style with ruff
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
from typing import Any, Sequence
|
|
||||||
|
|
||||||
_async_queue = import_module("basango.services.crawler.async.queue")
|
_async_queue = import_module("basango.services.crawler.async.queue")
|
||||||
_async_tasks = import_module("basango.services.crawler.async.tasks")
|
_async_tasks = import_module("basango.services.crawler.async.tasks")
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import random
|
import random
|
||||||
import time
|
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
from dataclasses import dataclass, field
|
from dataclasses import dataclass, field
|
||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
|
|||||||
Reference in New Issue
Block a user