mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-27 13:29:12 +02:00
Fix Pylint warnings.
This commit is contained in:
parent
960a18633f
commit
e9933e9f2b
5 changed files with 26 additions and 30 deletions
|
@ -29,7 +29,7 @@ def main() -> None:
|
|||
elif arguments.command == "render":
|
||||
from map_machine import mapper
|
||||
|
||||
mapper.ui(arguments)
|
||||
mapper.render_map(arguments)
|
||||
|
||||
elif arguments.command == "tile":
|
||||
from map_machine.slippy import tile
|
||||
|
@ -44,7 +44,7 @@ def main() -> None:
|
|||
elif arguments.command == "mapcss":
|
||||
from map_machine import mapcss
|
||||
|
||||
mapcss.ui(arguments)
|
||||
mapcss.generate_mapcss(arguments)
|
||||
|
||||
elif arguments.command == "element":
|
||||
from map_machine.element import draw_element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue