Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 08493f1

Browse files
captainrobertscaptainroberts
authored andcommitted
Removed unused import
1 parent 8373988 commit 08493f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Scripts/Web_Scrappers/Amazon_products_scraper/AmazonScraper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
from selectorlib import Extractor
44
import requests
5-
import json
6-
from time import sleep
5+
import json
76

87

98
# CSS selectors of the product we will scrape.

0 commit comments

Comments
 (0)