tisonkun opened a new pull request, #52: URL: https://github.com/apache/steve/pull/52
See https://github.com/apache/steve/actions/runs/18642036170/job/53142684884 Fixes the following reports: ``` ************* Module steve.election steve/election.py:454:22: W0622: Redefining built-in 'id' (redefined-builtin) steve/election.py:475:30: E1101: Instance of 'ElectionBadState' has no 'eid' member (no-member) ``` For reports on the module `server.pages`, I don't find related context that can drive a fix. ``` ************* Module server.pages server/pages.py:234:21: E0602: Undefined variable 'pid' (undefined-variable) server/pages.py:289:10: E0602: Undefined variable 'flash_success' (undefined-variable) server/pages.py:309:10: E0602: Undefined variable 'flash_success' (undefined-variable) server/pages.py:337:10: E0602: Undefined variable 'flash_success' (undefined-variable) server/pages.py:363:10: E0602: Undefined variable 'flash_success' (undefined-variable) server/pages.py:383:10: E0602: Undefined variable 'flash_success' (undefined-variable) ``` cc @gstein -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
