mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-30 22:19:57 +02:00
🔍 mypy: Remove ExtractedText.segments converter
This commit is contained in:
parent
24c25b6fcd
commit
8166435958
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class ExtractedText:
|
|||
# a. _text itself
|
||||
# b. or segments (ExtractedText) and a joiner
|
||||
|
||||
segments = attr.ib(type=Optional[list], converter=attr.converters.optional(list))
|
||||
segments = attr.ib(type=Optional[List["ExtractedText"]])
|
||||
joiner = attr.ib(type=Optional[str])
|
||||
_text = attr.ib(type=Optional[str])
|
||||
_grapheme_clusters = attr.ib(type=Optional[List[str]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue