mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
fix
This commit is contained in:
parent
dcd8a765fd
commit
4cc5bd3ef5
|
@ -827,7 +827,6 @@ class Language:
|
|||
def add_pipe_instance(
|
||||
self,
|
||||
component: PipeCallable,
|
||||
/,
|
||||
name: Optional[str] = None,
|
||||
*,
|
||||
before: Optional[Union[str, int]] = None,
|
||||
|
|
Loading…
Reference in New Issue
Block a user