Skip to content

Commit 00f3715

Browse files
committed
Fix precommit error
1 parent daee7e7 commit 00f3715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastvideo/pipelines/basic/glm_image/glm_image_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class GlmImagePipeline(LoRAPipeline, ComposedPipelineBase):
3030
"processor", # Processor for AR model
3131
]
3232

33-
_optional_config_modules = []
33+
_optional_config_modules: list[str] = []
3434

3535
def initialize_pipeline(self, fastvideo_args: FastVideoArgs) -> None:
3636
# Initial shift, will be updated dynamically in BeforeDenoisingStage

0 commit comments

Comments
 (0)