fix(nodes): remove extraneous del

This commit is contained in:
psychedelicious 2023-11-29 07:46:44 +11:00
parent da642b7aad
commit 4468581d2e

View File

@ -314,7 +314,6 @@ def InputField(
if default_factory is not _Unset and default_factory is not None:
default = default_factory()
del default_factory
logger.warn('"default_factory" is not supported, calling it now to set "default"')
# These are the args we may wish pass to the pydantic `Field()` function