Skip to content

Commit 0781835

Browse files
woileLee-W
authored andcommitted
style: remove unused mypy comment
1 parent a074a79 commit 0781835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __call__(self):
5151
def _ask_config_path(self) -> str:
5252
name = questionary.select(
5353
"Please choose a supported config file: (default: pyproject.toml)",
54-
choices=config_files, # type: ignore
54+
choices=config_files,
5555
default="pyproject.toml",
5656
style=self.cz.style,
5757
).ask()

0 commit comments

Comments
 (0)