Remove unused leftover imports

This commit is contained in:
mathieui 2016-08-19 01:15:32 +02:00
parent 0c21af12b0
commit 9230126a89

View file

@ -5,12 +5,7 @@ A generic tab that displays a text and a boolean choice
import logging
log = logging.getLogger(__name__)
import curses
import collections
from poezio import windows
from poezio.decorators import refresh_wrapper
from poezio.tabs import Tab