fix no value parameters

This commit is contained in:
Alexander Popov 2021-07-22 01:05:02 +03:00
parent 24a0a263ae
commit bfc88eb682
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
"""Parse version.json file and return libs"""
__version__ = "1.0.3"
__version__ = "1.0.4"

View File

@ -65,4 +65,5 @@ def parse_libs():
if __name__ == "__main__":
make_output(platform=sys.platform, output="tty")
# pylint: disable=no-value-for-parameter
make_output()