From cbe2010e482492447160d2498c93851b99b34345 Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Wed, 5 Oct 2022 18:54:26 +0200 Subject: [PATCH] Format with black --- spacy/tokens/doc.pyi | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/spacy/tokens/doc.pyi b/spacy/tokens/doc.pyi index f52d0b18f..70e5b3e2b 100644 --- a/spacy/tokens/doc.pyi +++ b/spacy/tokens/doc.pyi @@ -175,14 +175,12 @@ class Doc: ) -> Doc: ... def to_utf8_array(self, nr_char: int = ...) -> Ints2d: ... def get_character_combination_hashes( - self, - * - case_sensitive: bool, - suffs_not_prefs: bool, - affix_lengths: List[int], - search_chars: str, + self, + *case_sensitive: bool, + suffs_not_prefs: bool, + affix_lengths: List[int], + search_chars: str, search_lengths: List[int] ): ... @staticmethod def _get_array_attrs() -> Tuple[Any]: ... - \ No newline at end of file