Skip to content

Commit 0e0dc27

Browse files
committed
update
1 parent df0cc84 commit 0e0dc27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/diffusers/utils/dummy_optimum_quanto_objects.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ class QuantoConfig(metaclass=DummyObject):
66
_backends = ["optimum_quanto"]
77

88
def __init__(self, *args, **kwargs):
9-
from .deprecation_utils import deprecate
10-
11-
deprecation_message = "`QuantoConfig` is deprecated and will be removed in version 1.0.0."
12-
deprecate("QuantoConfig", "1.0.0", deprecation_message)
139
requires_backends(self, ["optimum_quanto"])
1410

1511
@classmethod

0 commit comments

Comments
 (0)