Style fixes

Don't use * imports, fix indentations, other small fixes
This commit is contained in:
Romanos Skiadas
2016-07-19 14:37:18 +03:00
parent 3be95142ed
commit bf4f1c80ca
4 changed files with 17 additions and 17 deletions

View File

@ -31,8 +31,8 @@ Options:
"""
# require the dependencies
from cheat import *
from cheat.utils import *
from cheat import sheets, sheet
from cheat.utils import colorize
from docopt import docopt