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