From 6a3b43558c67858539000884e8a085889340c0d9 Mon Sep 17 00:00:00 2001 From: Bram Stoeller Date: Thu, 2 Mar 2023 14:40:32 +0100 Subject: [PATCH] Remove unused import Signed-off-by: Bram Stoeller --- src/power_grid_model_io/data_stores/csv_dir_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/power_grid_model_io/data_stores/csv_dir_store.py b/src/power_grid_model_io/data_stores/csv_dir_store.py index ba390285..18f4f27c 100644 --- a/src/power_grid_model_io/data_stores/csv_dir_store.py +++ b/src/power_grid_model_io/data_stores/csv_dir_store.py @@ -6,7 +6,7 @@ """ from pathlib import Path -from typing import Any, Callable, Dict, List +from typing import Any, Dict, List import pandas as pd