From 6c63f6679ca460b88cb4f2b42183f0ce010a0fc9 Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Wed, 21 Oct 2015 12:46:26 +0200 Subject: meta: PEP8 --- Lib/defconQt/fontView.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Lib/defconQt/fontView.py') diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py index 4b45ae0..02656f8 100644 --- a/Lib/defconQt/fontView.py +++ b/Lib/defconQt/fontView.py @@ -1024,7 +1024,8 @@ class MainWindow(QMainWindow): glyphs = self.collectionWidget.glyphs for key in self.collectionWidget.selection: glyph = glyphs[key] - glyph.markColor = Color(color.getRgbF()) if color is not None else None + glyph.markColor = Color( + color.getRgbF()) if color is not None else None def _fontChanged(self, notification): self.collectionWidget.update() -- cgit v1.2.3