Skip to content

Commit a894545

Browse files
fix: remove typing.Optional from codecov yaml path option (#374)
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
1 parent 52642a0 commit a894545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codecov_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
)
3535
@click.option(
3636
"--codecov-yml-path",
37-
type=click.Path(path_type=typing.Optional[pathlib.Path]),
37+
type=click.Path(path_type=pathlib.Path),
3838
default=None,
3939
)
4040
@click.option(

0 commit comments

Comments
 (0)