Format with black

This commit is contained in:
richardpaulhudson 2022-10-05 18:54:26 +02:00
parent 523bb2ad0b
commit cbe2010e48

View File

@ -176,8 +176,7 @@ class Doc:
def to_utf8_array(self, nr_char: int = ...) -> Ints2d: ... def to_utf8_array(self, nr_char: int = ...) -> Ints2d: ...
def get_character_combination_hashes( def get_character_combination_hashes(
self, self,
* *case_sensitive: bool,
case_sensitive: bool,
suffs_not_prefs: bool, suffs_not_prefs: bool,
affix_lengths: List[int], affix_lengths: List[int],
search_chars: str, search_chars: str,
@ -185,4 +184,3 @@ class Doc:
): ... ): ...
@staticmethod @staticmethod
def _get_array_attrs() -> Tuple[Any]: ... def _get_array_attrs() -> Tuple[Any]: ...