Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/profiles.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-11-01 12:03:40 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2021-11-01 12:03:40 +0000
commitb573421df294d5579116206a65ba611c788965a7 (patch)
tree85944db412bda07fc451687db3054e1eef0edd15 /archinstall/lib/profiles.py
parent0c4ba29978e91d3370153982395b2751a9ffa4a3 (diff)
Fixed flake8 issues in networking, plugins and profiles.
Diffstat (limited to 'archinstall/lib/profiles.py')
-rw-r--r--archinstall/lib/profiles.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py
index ebb08990..cd86ba1f 100644
--- a/archinstall/lib/profiles.py
+++ b/archinstall/lib/profiles.py
@@ -1,6 +1,7 @@
import hashlib
import importlib.util
import json
+import os
import re
import ssl
import sys
@@ -10,7 +11,7 @@ import urllib.request
from typing import Optional
from .general import multisplit
-from .networking import *
+from .networking import list_interfaces
from .storage import storage