Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Jul 1, 2024
1 parent 147296a commit f5af20f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion planemo/commands/cmd_workflow_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

from planemo import options
from planemo.cli import command_function
from planemo.workflow_lint import build_wf_lint_args, lint_workflow_artifacts_on_paths
from planemo.workflow_lint import (
build_wf_lint_args,
lint_workflow_artifacts_on_paths,
)


@click.command("workflow_lint")
Expand Down

0 comments on commit f5af20f

Please sign in to comment.