From 64f105ea23bbc8dc0f7f3de8f609627e51f5b62d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 14 Nov 2024 08:13:05 -0800 Subject: [PATCH] ci/cd run again --- tests/local_testing/test_cost_calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_cost_calc.py b/tests/local_testing/test_cost_calc.py index ecead0679..1831c2a45 100644 --- a/tests/local_testing/test_cost_calc.py +++ b/tests/local_testing/test_cost_calc.py @@ -10,7 +10,7 @@ import os sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent directory to the system path +) # Adds the parent directory to the system-path from typing import Literal import pytest