mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
update black formatting version
This commit is contained in:
parent
73f453a9f3
commit
896e02e1aa
|
@ -146,7 +146,7 @@ class registry(thinc.registry):
|
||||||
@classmethod
|
@classmethod
|
||||||
def find(
|
def find(
|
||||||
cls, registry_name: str, func_name: str
|
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
|
"""Find the information about a registered function, including the
|
||||||
module and path to the file it's defined in, the line number and the
|
module and path to the file it's defined in, the line number and the
|
||||||
docstring, if available.
|
docstring, if available.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user