diff options
author | hidenorly <twitte.harold@gmail.com> | 2023-11-29 04:59:35 +0900 |
---|---|---|
committer | hidenorly <twitte.harold@gmail.com> | 2023-11-29 04:59:35 +0900 |
commit | 81c00728b8ec0b6c0e70ea10c7687aad065a95cb (patch) | |
tree | 9bc534c5a9e60d7d4b8cf6444d821a565b4511df | |
parent | a0096c58977c01ddc6a2b83a8a7b64da6fd4a51e (diff) |
Fix the Ruff error about unused import
-rw-r--r-- | modules/mac_specific.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mac_specific.py b/modules/mac_specific.py index 3538e659..d96d86d7 100644 --- a/modules/mac_specific.py +++ b/modules/mac_specific.py @@ -1,7 +1,6 @@ import logging import torch -from typing import Optional, List from torch import Tensor import platform from modules.sd_hijack_utils import CondFunc |