test: removed coveage of main in the if __name__ test

This commit is contained in:
Alex Kelly 2021-08-28 16:57:33 -04:00
parent d3da7802cf
commit 1c9652eaa0

View file

@ -61,4 +61,4 @@ def main(uuid, header, sort):
if __name__ == "__main__":
main() # pylint: disable=no-value-for-parameter
main() # pylint: disable=no-value-for-parameter # pragma: no cover