index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2023-06-05 18:02:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 10:02:49 +0200 |
commit | 06eadb31d4f0bca0c8cb95b6a9eb62ddd2d7cff2 (patch) | |
tree | 07a7ed675d125703346fa343f1aa9e5e4129dd5f /archinstall/lib/hardware.py | |
parent | 5276d95339368210e75791e2b88c1bf5aca4517b (diff) |
-rw-r--r-- | archinstall/lib/hardware.py | 2 |
diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index 220d3d37..2b65e07c 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -3,9 +3,9 @@ from functools import cached_property from pathlib import Path from typing import Optional, Dict, List +from .exceptions import SysCallError from .general import SysCommand from .networking import list_interfaces, enrich_iface_types -from .exceptions import SysCallError from .output import debug AVAILABLE_GFX_DRIVERS = { |