Skip to content

Commit

Permalink
organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravid Brown committed Dec 12, 2017
1 parent cf1e034 commit 31a3d4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions skipper/cli.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
import sys
import logging
import os.path
import tabulate
import sys

import click
import six
import tabulate
from pkg_resources import get_distribution

from skipper import git
from skipper import runner
from skipper import utils


DOCKER_TAG_FOR_CACHE = "cache"


Expand Down

0 comments on commit 31a3d4f

Please sign in to comment.