Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fix: line too long linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Sep 5, 2023
1 parent a31a0bf commit 75d9ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/taipy/core/_core_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ class _CoreCLI:
"--force": {
"dest": "taipy_force",
"action": "store_true",
"help": "Force override the configuration of the version if existed and run the application. Default to False.",
"help": """
Force override the configuration of the version if existed and run the application. Default to False.
""",
},
"--no-force": {
"dest": "no_taipy_force",
Expand Down

0 comments on commit 75d9ea9

Please sign in to comment.