diff --git a/scrapypuppeteer/middlewares/restore.py b/scrapypuppeteer/middlewares/restore.py index 9efc5c4..51f5df5 100644 --- a/scrapypuppeteer/middlewares/restore.py +++ b/scrapypuppeteer/middlewares/restore.py @@ -1,7 +1,7 @@ import json import logging from http import HTTPStatus -from typing import Union, Dict +from typing import Dict, Union from scrapy.crawler import Crawler