Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYash Tripathi <tripathiyash97@gmail.com>2021-08-20 03:48:13 +0530
committerGitHub <noreply@github.com>2021-08-20 03:48:13 +0530
commit78bbf26c1aa02f34366020ec4d9212836fafc3dd (patch)
treeeea84a655fb2f8936b56c66c71433b835d4cf415 /examples
parent6d462ac1ccfe3ec74f70e000465d422c31d9e634 (diff)
Update guided.py
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 7a9f8b47..273fcadf 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -8,7 +8,6 @@ from archinstall.lib.general import run_custom_user_commands
from archinstall.lib.hardware import *
from archinstall.lib.networking import check_mirror_reachable
from archinstall.lib.profiles import Profile, is_desktop_profile
-from archinstall.lib.profiles.server import available_servers
if archinstall.arguments.get('help'):
print("See `man archinstall` for help.")