]> 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>
Wed, 25 Feb 2026 12:33:25 +0000 (13:33 +0100)
commit17cf9863966a9d1e2f3abfb70bb2fe65f28d9f11
treea3c6ecb195d8de9a88df3d9f9b225a9d26d5a3bc
parent89ce3b5e74b5715b091643fb54baf6ee193a4f5f
Replace Optional[T] with T | None

Generated with: ruff check --extend-select UP045 --fix && black .

(cherry picked from commit fe38515ad064637957e1e6e55ed91ed8cb3f8dc4)
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