tools: fix syntax error in kete
Introduced in cc7ba1b365
for slightly
overzealous flake8 handling.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6d718f16b5
commit
a7836abfe6
|
@ -33,8 +33,7 @@ from pathlib import Path
|
|||
|
||||
CONFIG_PATH = Path(xdg.BaseDirectory.xdg_data_home, 'tuhi-kete')
|
||||
|
||||
INI_TEMPLATE = \ # noqa
|
||||
'''
|
||||
INI_TEMPLATE = '''
|
||||
# configuration file for kete
|
||||
|
||||
# the file follows a standard .ini format:
|
||||
|
|
Loading…
Reference in New Issue