Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jul 12, 2023
1 parent 5ad4d79 commit 914d599
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scrapy_zyte_api/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
from scrapy_poet import PageObjectInputProvider
from web_poet import BrowserHtml, BrowserResponse
from zyte_common_items import (
Product, ProductList, ProductNavigation,
Article, ArticleList, ArticleNavigation
Article,
ArticleList,
ArticleNavigation,
Product,
ProductList,
ProductNavigation,
)

from scrapy_zyte_api.responses import ZyteAPITextResponse
Expand All @@ -31,7 +35,7 @@ class ZyteApiProvider(PageObjectInputProvider):
ProductNavigation,
Article,
ArticleList,
ArticleNavigation
ArticleNavigation,
}

def __init__(self, injector):
Expand Down

0 comments on commit 914d599

Please sign in to comment.