Skip to content

Commit a1b0efc

Browse files
committed
Fix linter error
1 parent 7877bcd commit a1b0efc

File tree

1 file changed

+1
-2
lines changed
  • web-scraping-with-scrapy-and-mongodb/books/tests

1 file changed

+1
-2
lines changed

web-scraping-with-scrapy-and-mongodb/books/tests/test_book.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import unittest
22
from pathlib import Path
33

4-
from scrapy.http import HtmlResponse, Request
5-
64
from books.items import BookItem
75
from books.spiders.book import BookSpider
6+
from scrapy.http import HtmlResponse, Request
87

98

109
def _get_sample_html_content():

0 commit comments

Comments
 (0)