mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 07:27:12 +01:00
Fix type annotation
This commit is contained in:
parent
3eebbe35c9
commit
3420f1466a
@ -35,7 +35,7 @@ class TuiOptions(NamedTuple):
|
||||
media_viewer: Optional[str]
|
||||
always_show_sensitive: bool
|
||||
relative_datetimes: bool
|
||||
default_visibility: Optional[bool]
|
||||
default_visibility: Optional[str]
|
||||
|
||||
|
||||
class Header(urwid.WidgetWrap):
|
||||
|
Loading…
Reference in New Issue
Block a user