mirror of
https://github.com/xcat2/confluent.git
synced 2026-05-18 04:07:17 +00:00
e7b1791df3
bandit erroneously flags 'input' based on possible python2-ism. Avoid the error by using 'getinput', making that input or raw_input based on the python version.