Remove unused leftover imports
This commit is contained in:
parent
0c21af12b0
commit
9230126a89
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue