From: Bob Halley Date: Sat, 6 Dec 2025 18:16:21 +0000 (-0800) Subject: lint X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7a6777ca44df39faf6ef968d804ebabc48db5f;p=thirdparty%2Fdnspython.git lint --- diff --git a/dns/btree.py b/dns/btree.py index eac80550..e4d42973 100644 --- a/dns/btree.py +++ b/dns/btree.py @@ -7,7 +7,7 @@ insertion. """ from collections.abc import MutableMapping, MutableSet -from typing import Any, Callable, Generic, Optional, Tuple, TypeVar, cast +from typing import Callable, Generic, Optional, Tuple, TypeVar, cast DEFAULT_T = 127