From cf77ddc3960f720463e6840df69f2c6c6e8e8882 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 4 Feb 2024 15:25:49 -0800 Subject: [PATCH] cleanup --- tests/utils_for_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/utils_for_test.py b/tests/utils_for_test.py index 446eabcd..96b4f3fd 100644 --- a/tests/utils_for_test.py +++ b/tests/utils_for_test.py @@ -10,8 +10,7 @@ def _open_file(file_path, ext): def _get_base_dir(file_path): - THIS_DIR = os.path.dirname(os.path.abspath(file_path)) - return THIS_DIR + return os.path.dirname(os.path.abspath(file_path)) def _get_parser_name_from_path(parser_path):