From c3cc85145a54f0c67d44f65f0aa38661e68078e8 Mon Sep 17 00:00:00 2001 From: Jared O'Neal Date: Tue, 16 Jul 2024 10:09:05 -0500 Subject: [PATCH] (Issue #91) Intentionally break tools code in terms of pep8. We should see the PR/Standards GH action fail. --- tools/test_python_installation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test_python_installation.py b/tools/test_python_installation.py index 6b71f902..52ad1514 100755 --- a/tools/test_python_installation.py +++ b/tools/test_python_installation.py @@ -57,7 +57,6 @@ print() exit(_FAILURE) - def main(): DEFAULT_VERBOSITY = 0 VALID_VERBOSITY = [0, 1, 2]