This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit cb0956110a5e8df4f56bc24d10a19ba9ce07ccff Merge: 8a2c854 64c669c Author: Greg Stein <[email protected]> AuthorDate: Sun Feb 23 17:04:01 2025 -0600 Merge pull request #33 from sebbASF/imports Unused imports. Fix one print() call. pysteve/cli/load_election.py | 1 - pysteve/cli/mkelection.py | 2 +- pysteve/cli/setup.py | 4 +--- pysteve/cli/tally.py | 6 ++---- pysteve/lib/backends/es.py | 2 -- pysteve/lib/backends/files.py | 1 - pysteve/lib/backends/sqlite.py | 1 - pysteve/lib/election.py | 1 - pysteve/lib/form.py | 2 +- pysteve/lib/plugins/cop.py | 4 ++-- pysteve/lib/plugins/dh.py | 2 +- pysteve/lib/plugins/fpp.py | 1 - pysteve/lib/plugins/stv.py | 2 +- pysteve/lib/voter.py | 6 ++---- pysteve/standalone.py | 2 +- pysteve/tests/test.py | 2 +- pysteve/www/cgi-bin/rest_admin.py | 5 ++--- pysteve/www/cgi-bin/rest_voter.py | 4 ++-- pysteve/www/wsgi/rest_admin.py | 4 ++-- pysteve/www/wsgi/rest_voter.py | 4 ++-- 20 files changed, 21 insertions(+), 35 deletions(-)
