From 1a1760d45c1b4e521beab490b6d7c752266bf4a1 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 24 Apr 2022 10:38:46 +0000 Subject: [PATCH] Remove docstring here, it's not describing a class/function/method --- tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.py b/tests.py index 0bf4118..8cbd007 100755 --- a/tests.py +++ b/tests.py @@ -107,7 +107,6 @@ class YAMLTest(unittest.TestCase): if __name__ == "__main__": - """ The main program """ parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter) parser.add_argument( "-t",