Skip to content

Commit 1096d61

Browse files
committed
Fix future import
1 parent 7b2242f commit 1096d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyInquirer/prompts/input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"""
33
`input` type question
44
"""
5-
import inspect
65
from __future__ import print_function, unicode_literals
6+
import inspect
77
from prompt_toolkit.token import Token
88
from prompt_toolkit.shortcuts import create_prompt_application
99
from prompt_toolkit.validation import Validator, ValidationError

0 commit comments

Comments
 (0)