Remove reintroduced __future__ import (#4678)

This commit is contained in:
codefiles 2026-07-31 00:43:03 -04:00 committed by GitHub
parent a327efcd6d
commit 1d66204940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
from __future__ import annotations
from collections.abc import Awaitable, Callable, Iterable
from dataclasses import dataclass, field
from enum import Enum, StrEnum, auto