]> git.ipfire.org Git - thirdparty/bind9.git/commit
Define __all__ in __init__.py files
authorŠtěpán Balážik <stepan@isc.org>
Wed, 28 Jan 2026 17:49:34 +0000 (18:49 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 25 Feb 2026 12:33:25 +0000 (13:33 +0100)
commit6e9e3b720889ef4f53870a3a8ee71bd1bb059bd7
tree85d18dccfa8b9e67806caa9214c490e2df137c24
parent746ca1d481d040db8dda7203f3fa0c4248b8eca7
Define __all__ in __init__.py files

Fix ruff's F401 unused-import errors in these files.

Also sort them with: ruff check --extend-select RUF022 --fix.

(cherry picked from commit 2b9c5ccd77ac47097bf364b2d3aa51ac9e183a28)
bin/tests/system/conftest.py
bin/tests/system/isctest/__init__.py
bin/tests/system/isctest/hypothesis/__init__.py
bin/tests/system/isctest/log/__init__.py
bin/tests/system/isctest/vars/__init__.py
pyproject.toml