Skip to content

Commit

Permalink
Fix the flake8 error by temporarily commenting out the imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jan 6, 2016
1 parent 6b7aa1b commit 8f74f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions handroll/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

from handroll import logger, scaffolder
from handroll.commands.builtins import COMMANDS
from handroll.commands.base import finish, prepare_director
# from handroll.commands.base import finish, prepare_director
from handroll.exceptions import AbortError
from handroll.i18n import _
from handroll.server import serve
from handroll.site import Site
# from handroll.server import serve
# from handroll.site import Site


def main(argv=sys.argv):
Expand Down

0 comments on commit 8f74f46

Please sign in to comment.