Skip to content

Commit 5595612

Browse files
committed
Remove reintroduced __future__ import
1 parent a327efc commit 5595612

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

archinstall/tui/menu_item.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import annotations
2-
31
from collections.abc import Awaitable, Callable, Iterable
42
from dataclasses import dataclass, field
53
from enum import Enum, StrEnum, auto

0 commit comments

Comments
 (0)