Removing unneeded imports

This commit is contained in:
Théo Piboubès
2015-08-10 00:56:09 +02:00
parent 57d59c034d
commit 2baecbdf58
2 changed files with 4 additions and 8 deletions

View File

@@ -5,10 +5,7 @@ import logging
from .content import SubscriptionContent
from .page import BasePage, Navigator, BaseController
from .helpers import open_browser, open_editor
from .curses_helpers import (Color, LoadScreen, get_arrow, get_gold, add_line,
show_notification)
from .docs import COMMENT_FILE
from .curses_helpers import (Color, LoadScreen, add_line)
__all__ = ['SubscriptionController', 'SubscriptionPage']
_logger = logging.getLogger(__name__)