mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Remove superfluous default
This commit is contained in:
parent
6aaf575488
commit
5bfe15f094
|
@ -292,7 +292,7 @@ def render_dep_tree(sent, root_right: bool) -> List[str]:
|
||||||
def render_table(
|
def render_table(
|
||||||
doc,
|
doc,
|
||||||
cols: List[AttributeFormat],
|
cols: List[AttributeFormat],
|
||||||
spacing: int = 3,
|
spacing: int,
|
||||||
search_attr_name: Optional[str] = None,
|
search_attr_name: Optional[str] = None,
|
||||||
search_attr_value: Optional[str] = None,
|
search_attr_value: Optional[str] = None,
|
||||||
start_i: int = 0,
|
start_i: int = 0,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user