chore: ruff

This commit is contained in:
psychedelicious 2024-02-26 17:30:37 +11:00
parent 371e3cc260
commit 37d66488c5
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
from invokeai.backend.model_manager import AnyModel
from .model_cache_base import CacheRecord, ModelCacheBase, ModelLockerBase