Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 20, 2013
1 parent e0cf38d commit 4aeb335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_script/__init__.py
Expand Up @@ -11,8 +11,8 @@


from flask import Flask from flask import Flask


from ._compat import text_type, iteritems, imap, izip from ._compat import text_type, iteritems, izip
from .commands import Group, Option, InvalidCommand, Command, Server, Shell from .commands import Group, Option, Command, Server, Shell
from .cli import prompt, prompt_pass, prompt_bool, prompt_choices from .cli import prompt, prompt_pass, prompt_bool, prompt_choices


__all__ = ["Command", "Shell", "Server", "Manager", "Group", "Option", __all__ = ["Command", "Shell", "Server", "Manager", "Group", "Option",
Expand Down

0 comments on commit 4aeb335

Please sign in to comment.