Remove superfluous __future__ import (#4178)

This commit is contained in:
codefiles 2026-01-27 15:23:25 -05:00 committed by GitHub
parent 8ffc20b6c1
commit 76284b601b
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
import re
from dataclasses import dataclass, field
from enum import Enum