mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Improve the return type of HeaderClockSpace.render
This commit is contained in:
@@ -44,7 +44,7 @@ class HeaderClockSpace(Widget):
|
||||
}
|
||||
"""
|
||||
|
||||
def render(self) -> str:
|
||||
def render(self) -> RenderResult:
|
||||
return ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user