typefixes

This commit is contained in:
Will McGugan 2021-07-28 09:18:21 +01:00
parent ff43bae4eb
commit 5ded30191a
6 changed files with 11 additions and 11 deletions

View file

@ -229,4 +229,4 @@ def test_from_meta():
def test_on():
style = Style.on({"foo": "bar"}, click="CLICK") + Style(color="red")
assert style.meta == {"foo": "bar", "@click": "CLICK"}
assert style.meta == {"foo": "bar", "@click": "CLICK"}