Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 12:10:32 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 12:10:32 -0400
commit14b89e6e25c83c9538da787867233bbd7db998c1 (patch)
tree54d277c9eaa9e84b7c63a7dbbfc026a5e2baf92e /examples
parent37e818b3d1a7b76d1bdc511876a2a30d7a7a32d1 (diff)
Fix unused imports in guided
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index b96c5793..95ccca29 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -1,4 +1,6 @@
-import getpass, time, json, os, logging
+import time
+import json
+import logging
import archinstall
from archinstall.lib.hardware import hasUEFI
from archinstall.lib.profiles import Profile