Remove unused import

This commit is contained in:
Aanand Prasad 2013-12-31 11:51:52 +00:00
parent fdc1e0f2e1
commit ebf9bf387c

View File

@ -7,7 +7,7 @@ import yaml
from ..project import Project
from .docopt_command import DocoptCommand
from .formatter import Formatter
from .utils import cached_property, mkdir
from .utils import cached_property
log = logging.getLogger(__name__)