fix(platforms): ruff I001 — drop unused __future__ import; switch __init__ to per-module imports for clean isort ordering

This commit is contained in:
2026-05-27 19:52:50 -04:00
parent abafc3265e
commit b447c42853
2 changed files with 12 additions and 17 deletions
-2
View File
@@ -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