Removed unused import.
This commit is contained in:
@@ -12,7 +12,6 @@ from .helpers import open_editor
|
|||||||
from .curses_helpers import (Color, show_notification, show_help, prompt_input,
|
from .curses_helpers import (Color, show_notification, show_help, prompt_input,
|
||||||
add_line)
|
add_line)
|
||||||
from .docs import COMMENT_EDIT_FILE, SUBMISSION_FILE
|
from .docs import COMMENT_EDIT_FILE, SUBMISSION_FILE
|
||||||
from .oauth import OAuthTool
|
|
||||||
|
|
||||||
__all__ = ['Navigator', 'BaseController', 'BasePage']
|
__all__ = ['Navigator', 'BaseController', 'BasePage']
|
||||||
_logger = logging.getLogger(__name__)
|
_logger = logging.getLogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user