From dc8b1da9991d3428b7a1c36761cd320e9364d0d0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 27 Mar 2022 19:23:28 +0530 Subject: [PATCH] pep8 --- recipes/courrierinternational.recipe | 4 ++-- src/calibre/utils/formatter.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/courrierinternational.recipe b/recipes/courrierinternational.recipe index cb12385d45..c2eb6f564f 100644 --- a/recipes/courrierinternational.recipe +++ b/recipes/courrierinternational.recipe @@ -79,8 +79,8 @@ class CourrierInternational(BasicNewsRecipe): ('Sport', 'https://www.courrierinternational.com/feed/category/6273/rss.xml'), ('Tendances', 'https://www.courrierinternational.com/feed/category/6282/rss.xml'), ('Réveil', 'https://www.courrierinternational.com/feed/category/8224/rss.xml'), - ('Enquêtes', 'https://www.courrierinternational.com/feed/category/6678/rss.xml'), - ('Histoire', 'https://www.courrierinternational.com/feed/category/6679/rss.xml'), + ('Enquêtes', 'https://www.courrierinternational.com/feed/category/6678/rss.xml'), + ('Histoire', 'https://www.courrierinternational.com/feed/category/6679/rss.xml'), ('Sciences & Techno', 'https://www.courrierinternational.com/feed/category/6268/rss.xml'), ('Voyage', 'https://www.courrierinternational.com/feed/category/6271/rss.xml'), ] diff --git a/src/calibre/utils/formatter.py b/src/calibre/utils/formatter.py index 52a64d2a88..94fa6c614f 100644 --- a/src/calibre/utils/formatter.py +++ b/src/calibre/utils/formatter.py @@ -3,7 +3,6 @@ Created on 23 Sep 2010 @author: charles ''' -from _ast import arg, arguments __license__ = 'GPL v3' __copyright__ = '2010, Kovid Goyal '