Skip to content

Commit 1dcdaf9

Browse files
committed
Fix ruff error
1 parent 49ed838 commit 1dcdaf9

File tree

1 file changed

+1
-0
lines changed
  • web-scraping-with-scrapy-and-mongodb/books/books/spiders

1 file changed

+1
-0
lines changed

web-scraping-with-scrapy-and-mongodb/books/books/spiders/book.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import scrapy
2+
23
from books.items import BooksItem
34

45

0 commit comments

Comments
 (0)