From cf6dbf5be6162a01560edf297af122eaf49ad085 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:08:48 -0500 Subject: [PATCH] chore: isort --- .github/workflows/nonlinux.yml | 2 +- tests/test_spiders.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nonlinux.yml b/.github/workflows/nonlinux.yml index 255da2cf9..cad53d220 100644 --- a/.github/workflows/nonlinux.yml +++ b/.github/workflows/nonlinux.yml @@ -19,4 +19,4 @@ jobs: - run: pip install --src $GITHUB_WORKSPACE/../src -r requirements_dev.txt - env: CI_SKIP: true - run: pytest -W error -rs --cov kingfisher_scrapy + run: pytest -W error -rs --cov kingfisher_scrapy tests diff --git a/tests/test_spiders.py b/tests/test_spiders.py index ce9d1db4c..1b311a6fa 100644 --- a/tests/test_spiders.py +++ b/tests/test_spiders.py @@ -3,8 +3,8 @@ import pytest from scrapy.crawler import Crawler, CrawlerRunner from scrapy.http import Response -from scrapy.utils.reactor import install_reactor from scrapy.utils.project import get_project_settings +from scrapy.utils.reactor import install_reactor from kingfisher_scrapy.exceptions import MissingEnvVarError from kingfisher_scrapy.items import FileError