Skip to content

Commit 1e7217f

Browse files
committed
make style
1 parent e909b73 commit 1e7217f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def get_processor(self, return_deprecated_lora: bool = False) -> "AttentionProce
160160
"""
161161
if not return_deprecated_lora:
162162
return self.processor
163-
163+
164164
def set_attention_backend(self, backend: str):
165165
from .attention_dispatch import AttentionBackendName
166166

0 commit comments

Comments
 (0)