Fix unused imports in guided

This commit is contained in:
Dylan Taylor 2021-05-15 12:10:32 -04:00
parent 37e818b3d1
commit 14b89e6e25
1 changed files with 3 additions and 1 deletions

View File

@ -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