style: remove unnecessary comment

This commit is contained in:
Benexl
2025-12-01 17:19:11 +03:00
parent 091edb3a9b
commit a70db611f7

View File

@@ -24,7 +24,6 @@ SEPARATOR_COLOR = "{SEPARATOR_COLOR}"
PREFIX = "{PREFIX}"
SCALE_UP = "{SCALE_UP}" == "True"
# fzf passes the title with quotes, so we need to trim them
TITLE = sys.argv[1]
KEY = """{KEY}"""
KEY = KEY + "-" if KEY else KEY