fix(InterviewBooking): changed to absolute importing

This commit is contained in:
2024-12-21 23:40:32 -07:00
parent d6f078b456
commit 153642b1f5
3 changed files with 6 additions and 6 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