aboutsummaryrefslogtreecommitdiffstats
path: root/fnme/station.py
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2026-05-03 19:55:31 +0100
committerAlex Schofield <git@ajschof.me>2026-05-03 19:55:31 +0100
commit4264ced9fa14b689acc18169b2c1cae72d3ce667 (patch)
tree93fd19349e0f60ca4d8708ead9014a3cb9e9c50a /fnme/station.py
parentd0e905285691d73f2cf7e45a88dbadf631620f0a (diff)
downloadfuelnearme-4264ced9fa14b689acc18169b2c1cae72d3ce667.tar.gz
fuelnearme-4264ced9fa14b689acc18169b2c1cae72d3ce667.zip
fix import paths & update pyproject.toml
Diffstat (limited to 'fnme/station.py')
-rw-r--r--fnme/station.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnme/station.py b/fnme/station.py
index e5112c3..c971173 100644
--- a/fnme/station.py
+++ b/fnme/station.py
@@ -4,7 +4,8 @@ from typing import Any, Dict, List, Tuple
import numpy as np
import pandas as pd
-from constants import SORT_KV
+
+from fnme.constants import SORT_KV
def filter_df(
git.ajschof.me — hosted by ajschofield — powered by cgit