alecxe / scrapy-fake-useragent

Random User-Agent middleware based on fake-useragent
MIT License
686 stars 98 forks source link

Update middleware.py #25

Closed vionemc closed 4 years ago

vionemc commented 4 years ago

Debug missing import

@alecxe sorry, I miss one import

codecov[bot] commented 4 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #25   +/-   ##
=======================================
  Coverage   95.65%   95.65%           
=======================================
  Files           1        1           
  Lines          46       46           
=======================================
  Hits           44       44           
  Misses          2        2
Impacted Files Coverage Δ
scrapy_fake_useragent/middleware.py 95.65% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e5ed91...50c839c. Read the comment docs.

alecxe commented 4 years ago

No worries, I've added it - it's in master and a part of 1.2.0. Thanks