]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
re-export immutable
authorBob Halley <halley@dnspython.org>
Wed, 22 Oct 2025 18:54:33 +0000 (11:54 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 22 Oct 2025 18:54:33 +0000 (11:54 -0700)
dns/immutable.py

index 36b0362c75199bc1565ec7a8a2c76bbfa34c3637..0406264fa200dbfa8e88e1627f44cf6eeb626fd9 100644 (file)
@@ -3,7 +3,7 @@
 import collections.abc
 from typing import Any, Callable
 
-from dns._immutable_ctx import immutable
+from dns._immutable_ctx import immutable as immutable  # export
 
 
 @immutable