Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh10 committed Jun 21, 2024
1 parent d1151f3 commit b4cdee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def validate_feed_exporter(self, opts):
if opts.output:
default_extensions = [
e
for e in EXTENSIONS_BASE.keys()
for e in EXTENSIONS_BASE
if e not in ["scrapy.extensions.feedexport.FeedExporter"]
]
extensions = build_component_list(self.settings.getwithbase("EXTENSIONS"))
Expand Down

0 comments on commit b4cdee7

Please sign in to comment.