From f364948359d5ce88cd2d0495a86f948f72ff4487 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Mon, 12 Jan 2026 15:58:39 +0530 Subject: [PATCH] up --- src/diffusers/models/attention_processor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/diffusers/models/attention_processor.py b/src/diffusers/models/attention_processor.py index 21004d4946..f83a1753da 100755 --- a/src/diffusers/models/attention_processor.py +++ b/src/diffusers/models/attention_processor.py @@ -11,6 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations + import inspect import math from typing import Callable