From 896e02e1aaf54c40517223d654a9351b9cc7dcff Mon Sep 17 00:00:00 2001 From: thomashacker Date: Mon, 6 Feb 2023 12:52:21 +0100 Subject: [PATCH] update black formatting version --- spacy/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index 31ef2df02..7f1ed6169 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -146,7 +146,7 @@ class registry(thinc.registry): @classmethod def find( cls, registry_name: str, func_name: str - ) -> Dict[str, Optional[Union[str, int]]]: # type: ignore + ) -> Dict[str, Optional[Union[str, int]]]: # type: ignore """Find the information about a registered function, including the module and path to the file it's defined in, the line number and the docstring, if available.