From 34acf480e529e75ec5b4d5e89c44cf0d35004415 Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:24:58 -0500 Subject: [PATCH] Remove superfluous __future__ import --- archinstall/lib/models/network.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/archinstall/lib/models/network.py b/archinstall/lib/models/network.py index 4e1c12faaf..486bd0d942 100644 --- a/archinstall/lib/models/network.py +++ b/archinstall/lib/models/network.py @@ -1,5 +1,3 @@ -from __future__ import annotations - import re from dataclasses import dataclass, field from enum import Enum