chore: separate python modules
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user