Fix Pylint warnings.

This commit is contained in:
Sergey Vartanov 2021-10-25 02:15:11 +03:00
parent 960a18633f
commit e9933e9f2b
5 changed files with 26 additions and 30 deletions

View file

@ -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