scrapy / itemloaders

Library to populate items using XPath and CSS with a convenient API
BSD 3-Clause "New" or "Revised" License
45 stars 16 forks source link

Drop **kw from _get_cssvalues signature #65

Closed VMRuiz closed 1 year ago

VMRuiz commented 1 year ago

Fix https://github.com/scrapy/itemloaders/issues/64

codecov[bot] commented 1 year ago

Codecov Report

Merging #65 (abec26a) into master (94b8099) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files           4        4           
  Lines         252      252           
=======================================
  Hits          251      251           
  Misses          1        1           
Impacted Files Coverage Δ
itemloaders/__init__.py 100.00% <100.00%> (ø)