From 483da57f5d0d1ae8b4847a6592010e84b717d6c0 Mon Sep 17 00:00:00 2001 From: rsokl Date: Tue, 23 Apr 2024 15:41:15 +0000 Subject: [PATCH] deploy: ab2aedd1492703356cd256c1ce323726c46904f4 --- .../_modules/hydra_zen/structured_configs/_implementations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_modules/hydra_zen/structured_configs/_implementations.html b/docs/_modules/hydra_zen/structured_configs/_implementations.html index 8ed77605..14a101d9 100644 --- a/docs/_modules/hydra_zen/structured_configs/_implementations.html +++ b/docs/_modules/hydra_zen/structured_configs/_implementations.html @@ -1458,7 +1458,7 @@

Source code for hydra_zen.structured_configs._implementations

if cast in {list, tuple, dict}: x = cls._sanitize_collection(x, convert_dataclass=settings["dataclass"]) - return field(default_factory=lambda: cast(x)) + return field(default_factory=lambda: cast(x)) # type: ignore return field(default_factory=lambda: x)