fix(InterviewBooking): added some relative importing

This commit is contained in:
2024-12-21 23:47:05 -07:00
parent 153642b1f5
commit f50f7ebfbd
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import pandas as pd
import json
from openpyxl import load_workbook
from send_email import send_email
from .send_email import send_email
from filelock import FileLock