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