[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:
Ian Y. Choi 2024-08-18 22:19:48 +09:00
parent fb4976ff09
commit 04f8753ffa

View File

@ -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