Fixed the pragma in __main__ (typo)

This commit is contained in:
Salvador E. Tropea 2020-05-26 12:27:48 -03:00
parent 21bc1f939e
commit 53be46e1fe
1 changed files with 1 additions and 1 deletions

View File

@ -120,4 +120,4 @@ def main():
if __name__ == "__main__":
main() # pragma no cover
main() # pragma: no cover