ci/cd run again

This commit is contained in:
Ishaan Jaff 2024-11-14 08:13:05 -08:00
parent fccced7530
commit 64f105ea23

View file

@ -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