chore: ruff

This commit is contained in:
psychedelicious 2024-02-26 17:30:37 +11:00 committed by Brandon Rising
parent 2463710497
commit bc7572797c
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