mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-10 14:51:49 +02:00
Fix Pylint warnings.
This commit is contained in:
parent
d2b208ea51
commit
5746edaa3f
22 changed files with 94 additions and 197 deletions
|
@ -12,9 +12,7 @@ from map_machine.ui.cli import COMMANDS
|
|||
|
||||
|
||||
class ArgumentParser(argparse.ArgumentParser):
|
||||
"""
|
||||
Argument parser that generates fish shell autocompletion commands.
|
||||
"""
|
||||
"""Argument parser that generates fish shell autocompletion commands."""
|
||||
|
||||
def __init__(self, *args, **kwargs) -> None:
|
||||
self.arguments: list[dict[str, Any]] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue