Remove unused import of lru_cache

This commit is contained in:
comfyanonymous 2026-03-02 19:35:16 -05:00 committed by GitHub
parent f36c967c82
commit 7ebdf494a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
# Code from: https://github.com/Alpha-VLLM/Lumina-Image-2.0/blob/main/models/model.py
from __future__ import annotations
from functools import lru_cache
from typing import List, Optional, Tuple
import torch