]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactor: remove unused variable assignments in tests
authorShamil <ashm.tech@proton.me>
Fri, 18 Apr 2025 10:48:02 +0000 (13:48 +0300)
committerShamil <ashm.tech@proton.me>
Fri, 18 Apr 2025 10:48:02 +0000 (13:48 +0300)
commite752d92bafe24a6c03d92c49e8156462bd4a7ece
tree57689c52aeef6d92f213166a7f865a187d546c2c
parentc3ac01adf3ac5e4e1a8fd38f4d0aeecf83ffe4d2
refactor: remove unused variable assignments in tests

Cleaned up unnecessary variable assignments in test cases to reduce clutter and improve readability. No functional changes were made to the test logic.
lib/sqlalchemy/testing/suite/test_dialect.py
lib/sqlalchemy/testing/suite/test_reflection.py
lib/sqlalchemy/testing/suite/test_select.py