run ci - cd again

This commit is contained in:
Ishaan Jaff 2024-09-05 15:42:40 -07:00
parent 556e2eea3a
commit a1736e900c
2 changed files with 1 additions and 23 deletions

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