Skip to content

Commit 6a3b435

Browse files
committed
Remove unused import
Signed-off-by: Bram Stoeller <bram.stoeller@alliander.com>
1 parent dd15250 commit 6a3b435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/power_grid_model_io/data_stores/csv_dir_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
from pathlib import Path
9-
from typing import Any, Callable, Dict, List
9+
from typing import Any, Dict, List
1010

1111
import pandas as pd
1212

0 commit comments

Comments
 (0)