]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactor: remove unused variable in pytest plugin
authorShamil <ashm.tech@proton.me>
Fri, 18 Apr 2025 10:41:26 +0000 (13:41 +0300)
committerShamil <ashm.tech@proton.me>
Fri, 18 Apr 2025 10:41:26 +0000 (13:41 +0300)
commitc3ac01adf3ac5e4e1a8fd38f4d0aeecf83ffe4d2
treeb2668ce5a226b6e3c10ed1f52ad3ba83c25ba8b3
parent299284cec65076fd4c76bf1efaae60b60f4d4f7b
refactor: remove unused variable in pytest plugin

Removed the `add_markers` variable, as it was declared but never used.
This cleanup helps reduce code clutter and improves readability.
lib/sqlalchemy/testing/plugin/pytestplugin.py