From a9894ca7a79f45af7791e20077f67dec03b000e9 Mon Sep 17 00:00:00 2001 From: ken-morel Date: Mon, 3 Jun 2024 18:08:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 40fa569..1251a5a 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,6 @@ def foo_hello(d: dict[str, list[int]]): ... ``` -> [!TIP] -> you may raise `pyoload.InternalAnnotationError` inside an overloaded - function after carrying out some other checks and pyoload will switch to the - next oveload. ## type checking with `pyoload.typeMatch(val, type)`