From 83515552de0b8694a0a1c8b26b9a8303f41046be Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Mon, 7 Nov 2022 14:04:20 -0700 Subject: [PATCH] Update runall.py --- data/python/tests/runall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data/python/tests/runall.py b/data/python/tests/runall.py index f937b63..07cd7dc 100644 --- a/data/python/tests/runall.py +++ b/data/python/tests/runall.py @@ -20,7 +20,6 @@ def main(): loader = unittest.TestLoader() - result = unittest.TestResult() directory = str(pathlib.Path(__file__).resolve().parent)