Skip to content

Commit f71062f

Browse files
committed
make
1 parent b3a70b5 commit f71062f

File tree

6 files changed

+269
-247
lines changed

6 files changed

+269
-247
lines changed

src/diffusers/pipelines/animemory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
try:
3131
if not (is_transformers_available() and is_torch_available()):
3232
raise OptionalDependencyNotAvailable()
33-
33+
3434
except OptionalDependencyNotAvailable:
3535
from ...utils.dummy_torch_and_transformers_objects import * # noqa F403
3636
else:

0 commit comments

Comments
 (0)