From 28ab689dab3563f9fad24d3d3eee1d400ae7a9a6 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 12 Aug 2020 20:28:42 +0200 Subject: [PATCH] Fixed pycodestyle E1 errors --- nw/gui/about.py | 18 +++++++++--------- nw/gui/doceditor.py | 5 +++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/nw/gui/about.py b/nw/gui/about.py index 02f9fa39..6a25af89 100644 --- a/nw/gui/about.py +++ b/nw/gui/about.py @@ -146,9 +146,9 @@ class GuiAbout(QDialog): aboutMsg += ( "
"
- "Author: {author:s}
"
- "Credit: {credit:s}
"
- "License: {license:s}"
+ "Author: {author:s}
"
+ "Credit: {credit:s}
"
+ "License: {license:s}"
"
"
- "Author: {author:s}
"
- "Credit: {credit:s}
"
- "License: {license:s}"
+ "Author: {author:s}
"
+ "Credit: {credit:s}
"
+ "License: {license:s}"
"
"
- "Author: {author:s}
"
- "Credit: {credit:s}
"
- "License: {license:s}"
+ "Author: {author:s}
"
+ "Credit: {credit:s}
"
+ "License: {license:s}"
"