Skip to content

Commit 9a0cc46

Browse files
committed
update
1 parent ef4e373 commit 9a0cc46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/modular_pipelines/modular_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,6 @@ def __call__(self, components, state: PipelineState) -> PipelineState:
13261326
def doc(self):
13271327
return make_doc_string(
13281328
self.inputs,
1329-
self.intermediate_inputs,
13301329
self.outputs,
13311330
self.description,
13321331
class_name=self.__class__.__name__,

0 commit comments

Comments
 (0)