From 1ecf040ff485c7ef39b94833ed7d8713aa8236a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Wed, 12 Mar 2025 17:45:06 +0100 Subject: [PATCH] remove unused imports --- src/delta_barth/analysis/forecast.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/delta_barth/analysis/forecast.py b/src/delta_barth/analysis/forecast.py index 5a51092..3f3fecb 100644 --- a/src/delta_barth/analysis/forecast.py +++ b/src/delta_barth/analysis/forecast.py @@ -24,9 +24,7 @@ from delta_barth.constants import ( from delta_barth.errors import STATUS_HANDLER, wrap_result from delta_barth.types import ( CustomerDataSalesForecast, - DataPipeStates, DualDict, - ExportResponse, PipeResult, )