Skip to content

Commit

Permalink
style: forgot to run black
Browse files Browse the repository at this point in the history
  • Loading branch information
zevisert authored and Lee-W committed Aug 13, 2021
1 parent 90c9918 commit dedcb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitizen/commands/commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def prompt_commit_questions(self) -> str:
# Prompt user for the commit message
cz = self.cz
questions = cz.questions()
for question in filter(lambda q: q['type'] == 'list', questions):
for question in filter(lambda q: q["type"] == "list", questions):
question["use_shortcuts"] = self.config.settings["use_shortcuts"]
try:
answers = questionary.prompt(questions, style=cz.style)
Expand Down

0 comments on commit dedcb2d

Please sign in to comment.