]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace Union[S, T] with S | T
authorŠtěpán Balážik <stepan@isc.org>
Mon, 9 Feb 2026 14:40:36 +0000 (15:40 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 25 Feb 2026 12:33:25 +0000 (13:33 +0100)
commit95f49d58b9cff5a92f2d4c23761f427c75be3bf3
treeae9b02644223517b53dced5867224707b9a08b19
parenta7ef013f6d712596b1a0fb827379939b14f502ec
Replace Union[S, T] with S | T

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

(cherry picked from commit ce9c9a1a9c27fdf1e795494761cd8f8e2dfe21f8)
bin/tests/system/isctest/asyncserver.py
bin/tests/system/isctest/hypothesis/strategies.py
bin/tests/system/isctest/kasp.py
bin/tests/system/isctest/template.py
bin/tests/system/isctest/vars/algorithms.py
bin/tests/system/isctest/vars/autoconf.py
bin/tests/system/resolver/ans2/ans.py
bin/tests/system/resolver/resolver_ans.py