From a7836abfe6c1fc348f1febc76eb1b31b70f7db27 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 20 Aug 2019 11:51:52 +1000 Subject: [PATCH] tools: fix syntax error in kete Introduced in cc7ba1b365f55436db5eeb8ffd9f6df50015ee50 for slightly overzealous flake8 handling. Signed-off-by: Peter Hutterer --- tools/kete.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/kete.py b/tools/kete.py index 620555e..66c7331 100755 --- a/tools/kete.py +++ b/tools/kete.py @@ -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: