Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Feb 7, 2024
1 parent a9ec4c7 commit e3da65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juniorguru_plucker/cli.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e3da65f

Please sign in to comment.