flake8-scrapy icon indicating copy to clipboard operation
flake8-scrapy copied to clipboard

usage of [0].extract() instead of .extract_first()

Open stummjr opened this issue 7 years ago • 0 comments

Capture the usage of:

  • response.css()[0].extract()
  • response.css().extract()[0]

stummjr avatar Oct 14 '18 00:10 stummjr