We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25d7fa commit 4293e22Copy full SHA for 4293e22
src/textual/binding.py
@@ -84,7 +84,6 @@ def __init__(
84
85
def make_bindings(bindings: Iterable[BindingType]) -> Iterable[Binding]:
86
bindings = list(bindings)
87
- # print(bindings)
88
for binding in bindings:
89
# If it's a tuple of length 3, convert into a Binding first
90
if isinstance(binding, tuple):
0 commit comments