Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/hardware.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-09-06 18:01:46 +0200
committerGitHub <noreply@github.com>2021-09-06 18:01:46 +0200
commit009dc0ab374308d32e7e479aef4ed55045797d07 (patch)
tree46fa166e7e9faf40720b5825d081d410d7717840 /archinstall/lib/hardware.py
parent6aa028d29d5313b15c020ad614a670c372f4aa65 (diff)
parent93496087e5e89bcaf354a21d87a4ea5f4663b9d5 (diff)
Merge pull request #623 from conqp/clean_hardware_imports
Remove unused import of json
Diffstat (limited to 'archinstall/lib/hardware.py')
-rw-r--r--archinstall/lib/hardware.py1
1 files changed, 0 insertions, 1 deletions
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