Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Mar 8, 2024
1 parent b62f837 commit 4fa298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shub_workflow/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
cast,
Protocol,
)
from typing_extensions import TypedDict, NotRequired
from pprint import pformat
from typing_extensions import TypedDict, NotRequired

from scrapy.utils.misc import load_object
from scrapy.spiderloader import SpiderLoader
Expand Down

0 comments on commit 4fa298c

Please sign in to comment.