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

This commit is contained in:
jkarasti 2024-11-25 19:09:02 +02:00
parent 9764a1b3f2
commit 5ad8092a2c

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()