Skip to content

Commit 88029cc

Browse files
authored
fix: fix a minor lint error (#655)
1 parent 4296c2d commit 88029cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cocoindex/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def _load_user_app(app_target: str) -> types.ModuleType:
128128
default=None,
129129
show_default=False,
130130
)
131-
def cli(env_file: str | None) -> None:
131+
def cli(env_file: str | None = None) -> None:
132132
"""
133133
CLI for Cocoindex.
134134
"""

0 commit comments

Comments
 (0)