mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-23 19:38:51 +02:00
Fix code style.
This commit is contained in:
parent
6e38ca5aa8
commit
30a45f54ba
1 changed files with 2 additions and 9 deletions
|
@ -149,10 +149,7 @@ def test_no_icon_2_extra() -> None:
|
||||||
check_icon_set(
|
check_icon_set(
|
||||||
icon,
|
icon,
|
||||||
[],
|
[],
|
||||||
[
|
[[("bicycle", EXTRA_COLOR)], [("lock_with_keyhole", EXTRA_COLOR)]],
|
||||||
[("bicycle", EXTRA_COLOR)],
|
|
||||||
[("lock_with_keyhole", EXTRA_COLOR)],
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -163,10 +160,6 @@ def test_icon_regex() -> None:
|
||||||
icon: IconSet = get_icon({"traffic_sign": "maxspeed", "maxspeed": "42"})
|
icon: IconSet = get_icon({"traffic_sign": "maxspeed", "maxspeed": "42"})
|
||||||
check_icon_set(
|
check_icon_set(
|
||||||
icon,
|
icon,
|
||||||
[
|
[("circle_11", DEFAULT_COLOR), ("digit_4", WHITE), ("digit_2", WHITE)],
|
||||||
("circle_11", DEFAULT_COLOR),
|
|
||||||
("digit_4", WHITE),
|
|
||||||
("digit_2", WHITE),
|
|
||||||
],
|
|
||||||
[],
|
[],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue