mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-21 04:56:24 +02:00
Remove redundant variables.
This commit is contained in:
parent
1765f56a20
commit
dc35b45276
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ def parse_options(args) -> argparse.Namespace:
|
|||
subparser = parser.add_subparsers(dest="command")
|
||||
|
||||
render = subparser.add_parser("render")
|
||||
icons = subparser.add_parser("icons")
|
||||
mapcss = subparser.add_parser("mapcss")
|
||||
subparser.add_parser("icons")
|
||||
subparser.add_parser("mapcss")
|
||||
tile = subparser.add_parser("tile")
|
||||
element = subparser.add_parser("element")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue