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 c101b756b3bc4fa72499dabba5219395f07e2571
Author: Greg Stein <[email protected]>
AuthorDate: Fri Feb 20 07:44:17 2026 -0600

    avoid the type() python builtin name. use vtype
---
 v3/steve/election.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v3/steve/election.py b/v3/steve/election.py
index a2c4230..0124482 100644
--- a/v3/steve/election.py
+++ b/v3/steve/election.py
@@ -263,7 +263,7 @@ class Election:
                 iid=row.iid,
                 title=row.title,
                 description=row.description,
-                type=row.type,
+                vtype=row.type,
                 kv=self.json2kv(row.kv),
             )
 

Reply via email to