chore: ruff

This commit is contained in:
psychedelicious 2024-02-26 17:30:37 +11:00
parent b09a76ea0d
commit 200a9d1801
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ Base class and implementation of a class that moves models in and out of VRAM.
""" """
import torch import torch
from invokeai.backend.model_manager import AnyModel from invokeai.backend.model_manager import AnyModel
from .model_cache_base import CacheRecord, ModelCacheBase, ModelLockerBase from .model_cache_base import CacheRecord, ModelCacheBase, ModelLockerBase