aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2024-01-29 22:46:43 +0800
committerKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2024-01-29 22:46:43 +0800
commit6e7f0860f7ae4a0ce59f9416fb9b2f3bcab44f1d (patch)
tree3549de31fff495174f6de7f53b432596d0eb6bc7
parent750dd6014a45397979cad42a74634451d0861581 (diff)
linting
-rw-r--r--modules/devices.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/devices.py b/modules/devices.py
index 60f7d6d7..8f49f7a4 100644
--- a/modules/devices.py
+++ b/modules/devices.py
@@ -4,7 +4,6 @@ from functools import lru_cache
import torch
from modules import errors, shared
-from modules import torch_utils
if sys.platform == "darwin":
from modules import mac_specific