diff --git a/test/__init__.py b/test/__init__.py index d77a9c27..e518e2dc 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -31,4 +31,3 @@ def suite(): if __name__ == "__main__": unittest.TextTestRunner().run(suite()) -