Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Bram Stoeller <[email protected]>
  • Loading branch information
bramstoeller committed Mar 2, 2023
1 parent dd15250 commit 6a3b435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/power_grid_model_io/data_stores/csv_dir_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a3b435

Please sign in to comment.