Skip to content
Snippets Groups Projects
Commit 990c8684 authored by leufen1's avatar leufen1
Browse files

another old import move to comments

parent 6d7f0b01
No related branches found
No related tags found
3 merge requests!413update release branch,!412Resolve "release v2.0.0",!358Resolve "filter with future mix"
Pipeline #84817 failed
...@@ -2,8 +2,9 @@ __author__ = 'Lukas Leufen' ...@@ -2,8 +2,9 @@ __author__ = 'Lukas Leufen'
__date__ = '2020-11-05' __date__ = '2020-11-05'
from mlair.data_handler.data_handler_single_station import DataHandlerSingleStation from mlair.data_handler.data_handler_single_station import DataHandlerSingleStation
from mlair.data_handler.data_handler_with_filter import DataHandlerKzFilterSingleStation, \ from mlair.data_handler.data_handler_with_filter import DataHandlerFirFilterSingleStation, \
DataHandlerFirFilterSingleStation, DataHandlerFilterSingleStation, DataHandlerClimateFirFilterSingleStation DataHandlerFilterSingleStation, DataHandlerClimateFirFilterSingleStation
# from mlair.data_handler.data_handler_with_filter import DataHandlerKzFilterSingleStation
from mlair.data_handler.data_handler_with_filter import DataHandlerClimateFirFilter, DataHandlerFirFilter, \ from mlair.data_handler.data_handler_with_filter import DataHandlerClimateFirFilter, DataHandlerFirFilter, \
DataHandlerKzFilter DataHandlerKzFilter
from mlair.data_handler import DefaultDataHandler from mlair.data_handler import DefaultDataHandler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment