From 7153f95ef50e7c91f78d12626835b6c438a03afc Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Fri, 16 Aug 2024 07:45:23 -0500 Subject: [PATCH] chore: space --- src/ape/types/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ape/types/__init__.py b/src/ape/types/__init__.py index 0a55630cf6..0cad5f34fe 100644 --- a/src/ape/types/__init__.py +++ b/src/ape/types/__init__.py @@ -507,7 +507,7 @@ def _validate(value: Any, info: Optional[ValidationInfo] = None) -> "CurrencyVal # NOTE: For some reason, for this to work, it has to happen # in an "after" validator, or else it always only `int` type on the model. if value is None: - # Will fail if not optional. + # Will fail if not optional. # Type ignore because this is an hacky and unlikely situation. return None # type: ignore