mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove vestigial cast from earlier tests
This commit is contained in:
@@ -1743,7 +1743,7 @@ class App(Generic[ReturnType], DOMNode):
|
||||
"""
|
||||
|
||||
for namespace, bindings in (
|
||||
list(reversed(self._binding_chain)) if priority else self._binding_chain
|
||||
reversed(self._binding_chain) if priority else self._binding_chain
|
||||
):
|
||||
binding = bindings.keys.get(key)
|
||||
if binding is not None and binding.priority == priority:
|
||||
|
||||
Reference in New Issue
Block a user