index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-09-06 18:01:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 18:01:46 +0200 |
commit | 009dc0ab374308d32e7e479aef4ed55045797d07 (patch) | |
tree | 46fa166e7e9faf40720b5825d081d410d7717840 /archinstall | |
parent | 6aa028d29d5313b15c020ad614a670c372f4aa65 (diff) | |
parent | 93496087e5e89bcaf354a21d87a4ea5f4663b9d5 (diff) |
-rw-r--r-- | archinstall/lib/hardware.py | 1 |
diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index b58e45af..a8f87b80 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -1,4 +1,3 @@ -import json import os from pathlib import Path from typing import Iterator, Optional, Union |