Skip to content

Commit

Permalink
style: remove unused mypy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
woile authored and Lee-W committed Aug 2, 2021
1 parent a074a79 commit 0781835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitizen/commands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __call__(self):
def _ask_config_path(self) -> str:
name = questionary.select(
"Please choose a supported config file: (default: pyproject.toml)",
choices=config_files, # type: ignore
choices=config_files,
default="pyproject.toml",
style=self.cz.style,
).ask()
Expand Down

0 comments on commit 0781835

Please sign in to comment.