Skip to content

Commit

Permalink
Import order fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jun 1, 2017
1 parent 5b102b5 commit e07aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planemo/commands/cmd_container_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

from planemo import options
from planemo.cli import command_function
from planemo.conda import best_practice_search, collect_conda_target_lists
from planemo.git import add, branch, commit, push
from planemo.github_util import clone_fork_branch, get_repository_object, pull_request
from planemo.conda import collect_conda_target_lists, best_practice_search
from planemo.mulled import conda_to_mulled_targets

REGISTERY_TARGET_NAME = "multireqcontainers"
Expand Down
2 changes: 1 addition & 1 deletion planemo/mulled.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
)
from galaxy.tools.deps.mulled.util import build_target

from planemo.io import IS_OS_X, shell
from planemo.conda import collect_conda_target_lists
from planemo.io import IS_OS_X, shell


def conda_to_mulled_targets(conda_targets):
Expand Down

0 comments on commit e07aa3d

Please sign in to comment.