From 858c9aa602f97f58032a162243f14a6a77f36b70 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Dec 2024 20:31:19 +0530 Subject: [PATCH] pep8 --- recipes/economist.recipe | 2 +- recipes/economist_free.recipe | 2 +- recipes/economist_news.recipe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 8541c489b3..076295470c 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -4,10 +4,10 @@ import json import re import time -from uuid import uuid4 from collections import defaultdict from datetime import datetime, timedelta from urllib.parse import quote, urlencode +from uuid import uuid4 from html5_parser import parse from lxml import etree diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 8541c489b3..076295470c 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -4,10 +4,10 @@ import json import re import time -from uuid import uuid4 from collections import defaultdict from datetime import datetime, timedelta from urllib.parse import quote, urlencode +from uuid import uuid4 from html5_parser import parse from lxml import etree diff --git a/recipes/economist_news.recipe b/recipes/economist_news.recipe index 4fe15ac7f9..a2c767a92c 100644 --- a/recipes/economist_news.recipe +++ b/recipes/economist_news.recipe @@ -3,9 +3,9 @@ import json import time -from uuid import uuid4 from datetime import datetime, timedelta from urllib.parse import quote, urlencode +from uuid import uuid4 from html5_parser import parse from lxml import etree