Merged in feature/black-and-isort (pull request #717)
Feature/black and isort * black and isort constants * black and isort codes * black and isort crosswalks * black and isort investment * black and isort prompts * isort testbed * isort tracking * black and isort utils * poetry and black tests Approved-by: Katon Minhas
This commit is contained in:
@@ -7,15 +7,13 @@ from datetime import datetime
|
||||
from functools import cache
|
||||
|
||||
import pandas as pd
|
||||
|
||||
import src.prompts.prompt_templates as prompt_templates
|
||||
import src.utils.llm_utils as llm_utils
|
||||
from constants.delimiters import Delimiter
|
||||
from src.prompts.prompt_templates import invoke_derived_term_date
|
||||
from src.prompts.fieldset import FieldSet
|
||||
from src.prompts.prompt_templates import invoke_derived_term_date
|
||||
from src.utils import string_utils
|
||||
|
||||
|
||||
# Determine the base directory for the project
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
# Path to the mappings folder
|
||||
|
||||
Reference in New Issue
Block a user