Skip to content

Commit

Permalink
Removes esoteric format string from unused help text to sate older Py…
Browse files Browse the repository at this point in the history
…thon versions
  • Loading branch information
ChristopherHammond13 committed Dec 16, 2024
1 parent 793aa9b commit 7ddb166
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions falcon_toolkit/falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ def cli(
profile: str,
cid: str,
):
fr"""
Falcon Toolkit.
Version: {__version__}
r"""Falcon Toolkit.
The Falcon Toolkit is a handy command line interface (CLI) tool that can help you interface
with your Falcon instance more quickly.
Expand Down

0 comments on commit 7ddb166

Please sign in to comment.