From 998c4db9b788ccefef02296f76405da7a6d660f1 Mon Sep 17 00:00:00 2001 From: Yanone Date: Tue, 26 Sep 2023 16:32:25 +0200 Subject: [PATCH] Formatting --- Lib/fontmake/instantiator.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Lib/fontmake/instantiator.py b/Lib/fontmake/instantiator.py index fce4e028..21c5d422 100644 --- a/Lib/fontmake/instantiator.py +++ b/Lib/fontmake/instantiator.py @@ -173,9 +173,7 @@ def process_rules_swaps(rules, location, glyphNames): swap_exists = pair in swaps if swap_exists: logging.warning( - "Duplicate rule for %s in location %s", - pair, - location + "Duplicate rule for %s in location %s", pair, location ) if oldName in glyphNames and not swap_exists: swaps.append(pair)