Skip to content

Commit 8703cdc

Browse files
committed
make
1 parent 193f90d commit 8703cdc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/diffusers/utils/dummy_torch_and_scipy_objects.py

-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ def from_config(cls, *args, **kwargs):
1515
@classmethod
1616
def from_pretrained(cls, *args, **kwargs):
1717
requires_backends(cls, ["torch", "scipy"])
18-
19-
class BetaSigmas(metaclass=DummyObject):
20-
_backends = ["torch", "scipy"]
21-
22-
def __init__(self, *args, **kwargs):
23-
requires_backends(self, ["torch", "scipy"])

0 commit comments

Comments
 (0)