Skip to content

Commit

Permalink
Come on, isort
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Aug 12, 2024
1 parent 1126e51 commit 46145e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/core/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
Union,
)

from .query import convert
from .resource import RemoteResource, ResourceBase
from .utils import recursive_iter, recursive_iter_with_keys, recursive_map
from .query import convert

if TYPE_CHECKING:
from .backend import KartonBackend # noqa
Expand Down

0 comments on commit 46145e8

Please sign in to comment.