Skip to content

Commit b685595

Browse files
committed
Remove deprecated __future__ imports
1 parent eda9ee3 commit b685595

File tree

20 files changed

+0
-40
lines changed

20 files changed

+0
-40
lines changed

archinstall/applications/audio.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 typing import TYPE_CHECKING
42

53
from archinstall.lib.hardware import SysInfo

archinstall/applications/bluetooth.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 typing import TYPE_CHECKING
42

53
from archinstall.lib.output import debug

archinstall/applications/firewall.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 typing import TYPE_CHECKING
42

53
from archinstall.lib.models.application import Firewall, FirewallConfiguration

archinstall/applications/power_management.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 typing import TYPE_CHECKING
42

53
from archinstall.lib.models.application import PowerManagement, PowerManagementConfiguration

archinstall/applications/print_service.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 typing import TYPE_CHECKING
42

53
from archinstall.lib.output import debug

archinstall/default_profiles/desktop.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 typing import TYPE_CHECKING, Self, override
42

53
from archinstall.default_profiles.profile import DisplayServerType, GreeterType, Profile, ProfileType, SelectResult

archinstall/default_profiles/desktops/awesome.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 typing import TYPE_CHECKING, override
42

53
from archinstall.default_profiles.profile import DisplayServerType, Profile, ProfileType

archinstall/default_profiles/profile.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 enum import Enum, auto
42
from typing import TYPE_CHECKING, Self
53

archinstall/default_profiles/server.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 typing import TYPE_CHECKING, Self, override
42

53
from archinstall.default_profiles.profile import Profile, ProfileType, SelectResult

archinstall/default_profiles/servers/docker.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 typing import TYPE_CHECKING, override
42

53
from archinstall.default_profiles.profile import Profile, ProfileType

0 commit comments

Comments
 (0)