We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2242f commit 1096d61Copy full SHA for 1096d61
PyInquirer/prompts/input.py
@@ -2,8 +2,8 @@
2
"""
3
`input` type question
4
5
-import inspect
6
from __future__ import print_function, unicode_literals
+import inspect
7
from prompt_toolkit.token import Token
8
from prompt_toolkit.shortcuts import create_prompt_application
9
from prompt_toolkit.validation import Validator, ValidationError
0 commit comments