mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 12:51:53 +02:00
Add type annotation for __init__.
This commit is contained in:
parent
b20006f6ae
commit
737e434260
17 changed files with 45 additions and 41 deletions
|
@ -77,7 +77,7 @@ class MapCSSWriter:
|
|||
add_icons: bool = True,
|
||||
add_ways: bool = True,
|
||||
add_icons_for_lifecycle: bool = True,
|
||||
):
|
||||
) -> None:
|
||||
self.add_icons: bool = add_icons
|
||||
self.add_ways: bool = add_ways
|
||||
self.add_icons_for_lifecycle: bool = add_icons_for_lifecycle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue