Renamed pipeline file

This commit is contained in:
2023-10-29 12:27:14 +03:00
parent e6af86703e
commit 06f08d4933
2 changed files with 1 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ from .building_id import (
get_building_id,
)
from .lenenergo import LenenergoParser
from .pipeline import pipeline
from .preprocess import (
COL_NS,
ICOL_NS,
@@ -14,7 +15,6 @@ from .preprocess import (
preprocess_df,
preprocess_read_df,
)
from .util import pipeline
__all__ = (
"async_fetch_building_id",