Skip to content

Commit af4b8a7

Browse files
committed
Fixed flake8
1 parent e0d723f commit af4b8a7

2 files changed

Lines changed: 0 additions & 34 deletions

File tree

archinstall/lib/menu/global_menu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def _select_harddrives(self, old_harddrives : list) -> list:
257257
if choice == 'no':
258258
exit(1)
259259

260-
261260
return harddrives
262261

263262
def _select_profile(self):

archinstall/lib/menu/selection_menu.py

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,7 @@
77
from .menu import Menu
88
from ..locale_helpers import set_keyboard_language
99
from ..output import log
10-
from ..storage import storage
1110
from ..translation import Translation
12-
from ..general import (
13-
SysCommand,
14-
secret
15-
)
16-
from ..hardware import has_uefi
17-
from ..profiles import is_desktop_profile
18-
from ..disk.helpers import encrypted_partitions
19-
from ..user_interaction.system_conf import (
20-
select_harddrives,
21-
select_kernel,
22-
ask_for_bootloader,
23-
ask_for_swap
24-
)
25-
from ..user_interaction.general_conf import (
26-
ask_ntp,
27-
ask_for_a_timezone,
28-
select_additional_repositories,
29-
ask_additional_packages_to_install,
30-
ask_for_audio_selection,
31-
ask_hostname,
32-
select_mirror_regions,
33-
select_profile
34-
)
35-
from ..user_interaction.utils import get_password
36-
from ..user_interaction.network_conf import ask_to_configure_network
37-
from ..user_interaction.save_conf import save_config
38-
from ..user_interaction.disk_conf import select_disk_layout
39-
from ..user_interaction.partitioning_conf import select_encrypted_partitions
40-
from ..user_interaction.manage_users_conf import (
41-
ask_for_additional_users,
42-
ask_for_superuser_account
43-
)
4411

4512
if TYPE_CHECKING:
4613
_: Any

0 commit comments

Comments
 (0)