From 9eda760c3dda5dd4ee48d448cc6aae5cd431284b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 20 Mar 2019 17:56:19 +0100 Subject: menuconfig: Style nits --- menuconfig.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'menuconfig.py') diff --git a/menuconfig.py b/menuconfig.py index 3098a34..e02af89 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -184,7 +184,6 @@ Limitations 'pip install kconfiglib' on Windows automatically installs windows-curses to make the menuconfig usable. """ - import curses import errno import locale @@ -1006,7 +1005,7 @@ def _resize_main(): _bot_sep_win.resize(1, screen_width) help_win_height = _SHOW_HELP_HEIGHT if _show_help else \ - len(_MAIN_HELP_LINES) + len(_MAIN_HELP_LINES) menu_win_height = screen_height - help_win_height - 3 @@ -1274,7 +1273,6 @@ def _toggle_show_all(): # an invisible menu. Don't allow that, as the implementation relies # on always having a selected node. _show_all = True - return _shown = new_shown -- cgit v1.2.3