1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-17 22:08:35 +00:00

Comment unused code that causes issue with flake8

This commit is contained in:
grossmj 2020-06-26 18:47:31 +09:30
parent 03c4643a0f
commit af22fb8e98

View File

@ -14,11 +14,11 @@ from six.moves import range
from prompt_toolkit.keys import Keys
from prompt_toolkit.key_binding.input_processor import KeyPress
__all__ = (
'InputStream',
'raw_mode',
'cooked_mode',
)
# __all__ = (
# 'InputStream',
# 'raw_mode',
# 'cooked_mode',
# )
_DEBUG_RENDERER_INPUT = False
_DEBUG_RENDERER_INPUT_FILENAME = 'prompt-toolkit-render-input.log'