Pleasing the linter gods

This commit is contained in:
Anton Hvornum 2021-05-24 14:37:31 +02:00
parent e604f2c676
commit 1773efbe45
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ parser = ArgumentParser()
__version__ = "2.2.0.RC1"
storage['__version__'] = __version__
def initialize_arguments():
config = {}
parser.add_argument("--config", nargs="?", help="JSON configuration file or URL")