From 28921e9d2c6668b8854212df78d0260b8ca8ce95 Mon Sep 17 00:00:00 2001 From: Sumpfork Date: Mon, 2 Nov 2015 14:59:00 -0800 Subject: [PATCH] pep8 --- dominion_tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dominion_tabs.py b/dominion_tabs.py index f0a7edd..4de6e7c 100755 --- a/dominion_tabs.py +++ b/dominion_tabs.py @@ -709,7 +709,7 @@ class DominionTabs: minFontsize = 6 fontname = 'MinionPro-Regular' font = pdfmetrics.getFont(fontname) - fontHeightRelative = (font.face.ascent + abs(font.face.descent) ) / 1000.0 + fontHeightRelative = (font.face.ascent + abs(font.face.descent)) / 1000.0 canFit = False