Skip to content
Snippets Groups Projects
Commit 771e2f47 authored by lukas leufen's avatar lukas leufen
Browse files

namespace in single file wasn't adjusted

parent f9c19e18
Branches
Tags
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!119Resolve "Include advanced data handling in workflow"
Pipeline #40962 passed
......@@ -11,9 +11,9 @@ from typing import Union, List
import pandas as pd
import xarray as xr
from src import helpers
from src.helpers import join
from src.data_handling.data_preparation import AbstractDataPrep
from mlair import helpers
from mlair.helpers import join
from mlair.data_handling.data_preparation import AbstractDataPrep
# define a more general date type for type hinting
date = Union[dt.date, dt.datetime]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment