mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for simple app case
This commit is contained in:
@@ -16,7 +16,3 @@ class Clock(Widget):
|
||||
class ClockApp(App):
|
||||
def compose(self):
|
||||
yield Clock()
|
||||
|
||||
|
||||
app = ClockApp()
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user