[trivial] Remove "import input" on check-all-candidacies
"tox -evenv -- check-all-candidacies" command generates "ModuleNotFoundError: No module named 'input'" error. input() should work in Python 3 without import. Change-Id: Id97a589a3d0482316a5b391f60535c28f7605ee5
This commit is contained in:
parent
fb4976ff09
commit
04f8753ffa
@ -11,7 +11,6 @@
|
||||
# under the License.
|
||||
|
||||
import argparse
|
||||
import input
|
||||
import os
|
||||
|
||||
from openstack_election.cmds import ci_check_all_candidate_files as checks
|
||||
|
Loading…
Reference in New Issue
Block a user