]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactor: clean up unused variables in engine module
authorShamil <ashm.tech@proton.me>
Thu, 17 Apr 2025 19:48:19 +0000 (15:48 -0400)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Apr 2025 15:08:27 +0000 (15:08 +0000)
commitd1d81f80a3764e3ebc38481fb6fd82cf6295dcf9
tree2e4146b4cb02e7843461d771bb788d3c02d86baf
parent3217acc1131048aa67744e032fe8816407d8dfba
refactor: clean up unused variables in engine module

Removed unused variables to improve code clarity and maintainability. This change simplifies logic in `base.py`, `default.py`, and `result.py`. No functionality was altered.

Closes: #12535
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12535
Pull-request-sha: a9d849f3a4f3abe9aff49279c4cc81aa26aeaa9b

Change-Id: If78b18dbd33733c631f8b5aad7d55261fbc4817b
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/result.py