From e3da65f2e14e7ab8d17378c986763f406c3a5002 Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Wed, 7 Feb 2024 15:23:35 +0100 Subject: [PATCH] organize imports --- juniorguru_plucker/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniorguru_plucker/cli.py b/juniorguru_plucker/cli.py index 85b82bb..45e461e 100644 --- a/juniorguru_plucker/cli.py +++ b/juniorguru_plucker/cli.py @@ -1,9 +1,9 @@ import logging import sys -from scrapy.utils.project import get_project_settings from apify_client import ApifyClient from apify_shared.consts import ActorJobStatus +from scrapy.utils.project import get_project_settings from juniorguru_plucker.loggers import configure_logging