]> 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>
Fri, 20 Feb 2026 14:17:32 +0000 (15:17 +0100)
commit2b9c5ccd77ac47097bf364b2d3aa51ac9e183a28
tree2135560c2bbea90ae8e057cddf9d65e7ff3aa413
parentffd5b6ac262e8838dfc10790c6a67f545405a594
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.
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