Browse Source

Remove unused import

Aanand Prasad 11 years ago
parent
commit
ebf9bf387c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fig/cli/command.py

+ 1 - 1
fig/cli/command.py

@@ -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__)