From f2ced21349cf16d1ec551d869568165ae56312af Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Mon, 12 Jan 2026 16:42:55 +0530 Subject: [PATCH] up --- src/diffusers/modular_pipelines/components_manager.py | 2 ++ src/diffusers/pipelines/onnx_utils.py | 1 + 2 files changed, 3 insertions(+) diff --git a/src/diffusers/modular_pipelines/components_manager.py b/src/diffusers/modular_pipelines/components_manager.py index 03d2c27078..aebe7a2bfa 100644 --- a/src/diffusers/modular_pipelines/components_manager.py +++ b/src/diffusers/modular_pipelines/components_manager.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations + import copy import time from collections import OrderedDict diff --git a/src/diffusers/pipelines/onnx_utils.py b/src/diffusers/pipelines/onnx_utils.py index f0510343b2..657750f90a 100644 --- a/src/diffusers/pipelines/onnx_utils.py +++ b/src/diffusers/pipelines/onnx_utils.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations import os import shutil