satisfy pyright (#2793)

This commit is contained in:
Will McGugan
2023-06-19 09:53:41 +01:00
committed by GitHub
parent 48598a6bb7
commit 5ad64a315c
6 changed files with 18 additions and 12 deletions

View File

@@ -8,7 +8,6 @@ class Bar(Static):
class BindingApp(App):
CSS_PATH = "binding01.css"
BINDINGS = [
("r", "add_bar('red')", "Add Red"),