Skip to content

Commit 0be3dec

Browse files
committed
style
1 parent 7add115 commit 0be3dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/modular_pipelines/modular_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def to_dict(self) -> Dict[str, Any]:
212212

213213
def __getattr__(self, name):
214214
"""
215-
Allow attribute access to intermediate values.
216-
If an attribute is not found in the object, look for it in the intermediates dict.
215+
Allow attribute access to intermediate values. If an attribute is not found in the object, look for it in the
216+
intermediates dict.
217217
"""
218218
if name in self.intermediates:
219219
return self.intermediates[name]

0 commit comments

Comments
 (0)