From 4c5b3699a31095aef78e4425e94f99455091a560 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 5 Aug 2024 19:43:43 -0700 Subject: [PATCH] Missed a change --- src/numpydantic/interface/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/numpydantic/interface/interface.py b/src/numpydantic/interface/interface.py index f89b08b..832fe83 100644 --- a/src/numpydantic/interface/interface.py +++ b/src/numpydantic/interface/interface.py @@ -62,7 +62,7 @@ class Interface(ABC, Generic[T]): * :meth:`.after_validation` - hook after validation for modifying the array that is set as the model field value - Follow the method signatures and return types to override + Follow the method signatures and return types to override. Implementing an interface subclass largely consists of overriding these methods as needed.