Skip to content

Commit

Permalink
Removed unused import. (#292)
Browse files Browse the repository at this point in the history
Update dupefilter.py
  • Loading branch information
sourcepirate authored Jul 2, 2024
1 parent 2ef8162 commit 39cba9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scrapy_redis/dupefilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import time

from scrapy.dupefilters import BaseDupeFilter
from scrapy.utils.request import request_fingerprint
from scrapy.utils.python import to_unicode
from w3lib.url import canonicalize_url

Expand Down

0 comments on commit 39cba9f

Please sign in to comment.