]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace Optional[T] with T | None
authorŠtěpán Balážik <stepan@isc.org>
Mon, 9 Feb 2026 14:46:40 +0000 (15:46 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 20 Feb 2026 14:17:32 +0000 (15:17 +0100)
commitfe38515ad064637957e1e6e55ed91ed8cb3f8dc4
treeeb3f3b8dbc31a71ba323c1f937334465db55aa3d
parentcdb74284318d38bf5b3bfd3424a01b042e1a31e0
Replace Optional[T] with T | None

Generated with: ruff check --extend-select UP045 --fix && black .
16 files changed:
bin/tests/system/bailiwick/bailiwick_ans.py
bin/tests/system/chain/ans4/ans.py
bin/tests/system/digdelv/ans5/ans.py
bin/tests/system/isctest/asyncserver.py
bin/tests/system/isctest/check.py
bin/tests/system/isctest/instance.py
bin/tests/system/isctest/kasp.py
bin/tests/system/isctest/log/watchlog.py
bin/tests/system/isctest/query.py
bin/tests/system/isctest/run.py
bin/tests/system/isctest/template.py
bin/tests/system/isctest/text.py
bin/tests/system/isctest/vars/algorithms.py
bin/tests/system/isctest/vars/openssl.py
bin/tests/system/nsec3-answer/tests_nsec3.py
pyproject.toml