Format with black

This commit is contained in:
richardpaulhudson 2022-11-09 11:43:17 +01:00
parent 6a5b671261
commit 999c0fc6c6

View File

@ -126,7 +126,7 @@ class Doc:
blocked: Optional[List[Span]] = ...,
missing: Optional[List[Span]] = ...,
outside: Optional[List[Span]] = ...,
default: str = ...
default: str = ...,
) -> None: ...
@property
def noun_chunks(self) -> Iterator[Span]: ...
@ -187,6 +187,5 @@ class Doc:
ss_width_offsets: bytes,
ss_lengths: bytes,
) -> Ints2d: ...
@staticmethod
def _get_array_attrs() -> Tuple[Any]: ...