Try to remove some unused imports

This commit is contained in:
Dylan Taylor 2021-05-15 11:42:32 -04:00
parent f1051d9519
commit acb754ff2e
7 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# A desktop environment using "Deepin".
import archinstall, os
import archinstall
is_top_level_profile = False

View File

@ -1,6 +1,6 @@
# A desktop environment selector.
import archinstall, os
import archinstall
is_top_level_profile = True

View File

@ -1,6 +1,6 @@
# Common package for i3, lets user select which i3 configuration they want.
import archinstall, os
import archinstall
is_top_level_profile = False

View File

@ -1,6 +1,6 @@
# A desktop environment using "KDE".
import archinstall, os
import archinstall
is_top_level_profile = False

View File

@ -1,7 +1,5 @@
# Used to do a minimal install
import archinstall, os
is_top_level_profile = True

View File

@ -1,6 +1,6 @@
# Used to select various server application profiles on top of a minimal installation.
import archinstall, os, logging
import archinstall, logging
is_top_level_profile = True

View File

@ -1,6 +1,5 @@
# A system with "xorg" installed
import os
import archinstall
is_top_level_profile = True