Lint: Fix f-string-missing-placeholders (F541)

This commit is contained in:
jkarasti 2024-11-25 19:09:02 +02:00 committed by Alexis Métaireau
parent cecfe63338
commit 37ec91aae2
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -95,11 +95,11 @@ def main():
parser.add_argument(
"--version",
required=True,
help=f"look for assets with this Dangerzone version",
help="look for assets with this Dangerzone version",
)
parser.add_argument(
"dir",
help=f"look for assets in this directory",
help="look for assets in this directory",
)
args = parser.parse_args()
setup_logging()