Browse Source

Remove unused imports

Aanand Prasad 12 years ago
parent
commit
9e9a20b227
1 changed files with 0 additions and 5 deletions
  1. 0 5
      plum/cli/main.py

+ 0 - 5
plum/cli/main.py

@@ -1,14 +1,9 @@
-import datetime
 import logging
-import sys
-import os
 import re
 
-from docopt import docopt
 from inspect import getdoc
 
 from .. import __version__
-from ..service_collection import ServiceCollection
 from .command import Command
 from .formatter import Formatter
 from .log_printer import LogPrinter