Remove unused binding from basic.py example

This commit is contained in:
Darren Burns
2022-01-18 12:50:35 +00:00
parent 88ec4ba19d
commit 466274cd4e

View File

@@ -8,7 +8,6 @@ class BasicApp(App):
def on_load(self):
"""Bind keys here."""
self.bind("tab", "toggle_class('#sidebar', '-active')")
self.bind("a", "toggle_class('#header', '-no-header')")
def on_mount(self):
"""Build layout here."""