Skip to content

Commit

Permalink
fix(command_line): convert paragraph to str for type checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamhexi committed Oct 11, 2024
1 parent 7a0ca78 commit e970e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knowledge_verificator/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def run_cli_mode():
if paragraph is None:
continue

paragraph = str(paragraph)
console.print('Learn this paragraph: ')
console.print(paragraph)
console.print()
Expand Down

0 comments on commit e970e47

Please sign in to comment.