run ci/cd on main

This commit is contained in:
Ishaan Jaff 2024-09-05 15:39:30 -07:00
parent 08976370a3
commit 9eb35e47ee

View file

@ -11,7 +11,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
import os
from unittest.mock import AsyncMock, MagicMock, patch