chore: separate python modules

This commit is contained in:
Stijnvandenbroek
2026-03-04 10:50:11 +00:00
parent cf38ac521c
commit 26a7271531
4 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ from dagster import (
) )
from sqlalchemy import text from sqlalchemy import text
from data_platform.assets.helpers import ( from data_platform.helpers import (
format_area, format_area,
format_euro, format_euro,
md_preview_table, md_preview_table,

View File

@@ -1,6 +1,6 @@
"""Tests for pure helper functions in data_platform.assets.helpers.""" """Tests for pure helper functions in data_platform.assets.helpers."""
from data_platform.assets.helpers import ( from data_platform.helpers import (
format_area, format_area,
format_euro, format_euro,
md_preview_table, md_preview_table,