fix(platforms): ruff I001 — drop unused __future__ import; switch __init__ to per-module imports for clean isort ordering
This commit is contained in:
@@ -12,8 +12,6 @@ materialization, and the /api/platforms response pick it up
|
||||
automatically.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from dataclasses import dataclass
|
||||
from typing import Literal
|
||||
|
||||
Reference in New Issue
Block a user