From 4264ced9fa14b689acc18169b2c1cae72d3ce667 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Sun, 3 May 2026 19:55:31 +0100 Subject: fix import paths & update pyproject.toml --- fnme/data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fnme/data.py') diff --git a/fnme/data.py b/fnme/data.py index 369d80f..bdec6df 100644 --- a/fnme/data.py +++ b/fnme/data.py @@ -3,7 +3,8 @@ from typing import Optional import pandas as pd import requests -from constants import ENDPOINT, HEADERS + +from fnme.constants import ENDPOINT, HEADERS def get_latest_data() -> tuple[pd.DataFrame, Optional[str]]: -- cgit v1.2.3