mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Python3.7 fix
This commit is contained in:
@@ -70,7 +70,7 @@ class Bindings:
|
||||
"""
|
||||
keys: dict[str, Binding] = {}
|
||||
for _bindings in bindings:
|
||||
keys |= _bindings.keys
|
||||
keys.update(_bindings.keys)
|
||||
return Bindings(keys.values())
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user