Skip to content

Commit

Permalink
Fix: warning pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Moliterno committed Nov 13, 2024
1 parent 568bb61 commit ec1216e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scrapy/commands/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ def run(self, args: list[str], opts: argparse.Namespace) -> None:
spider_loader = self.crawler_process.spider_loader

with set_environ(SCRAPY_CHECK="true"):
contract_reqs = self._collect_contract_requests(args, spider_loader, conman, result, opts)
contract_reqs = self._collect_contract_requests(
args, spider_loader, conman, result, opts
)

if opts.list:
self._list_contract_methods(contract_reqs, opts.verbose)
Expand Down

0 comments on commit ec1216e

Please sign in to comment.