From af1b7f408ba2d9885a8abc7fc02b6924e7ccd52b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 6 Jun 2021 18:27:00 +0530 Subject: [PATCH] pep8 --- src/calibre/devices/kobo/driver.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 32bc48ec7f..49ca143076 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -3674,18 +3674,17 @@ class KOBOTOUCH(KOBO): ' "Attempt to support newer firmware" option.' ' Doing so may require you to perform a factory reset of' ' your Kobo.' - ) + + ) + '\n\n' + _('Discussion of any new Kobo firmware can be found in the' ' Kobo forum at MobileRead. This is at %s.' - ) % 'https://www.mobileread.com/forums/forumdisplay.php?f=223' - + - '\n' + + ) % 'https://www.mobileread.com/forums/forumdisplay.php?f=223' + '\n' + ( '\nDevice database version: %s.' '\nDevice firmware version: %s' ) % (self.dbversion, self.fwversion), - UserFeedback.WARN) + UserFeedback.WARN + ) return False else: