Skip to content

Commit

Permalink
Fix deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas0907 committed Aug 25, 2021
1 parent 73d6dcb commit a4bc3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/spiders/lwn_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import scrapy
from dateutil.parser import parse as dateutil_parse
from scrapy.loader.processors import TakeFirst
from itemloaders.processors import TakeFirst

from feeds.loaders import FeedEntryItemLoader
from feeds.spiders import FeedsXMLFeedSpider
Expand Down

0 comments on commit a4bc3b8

Please sign in to comment.