Skip to content

Commit 7d10434

Browse files
committed
fix: extra import
1 parent a064224 commit 7d10434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/utils/_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import Optional, Union, Callable, List, Dict
3+
from typing import Optional, Union, Callable, List
44
import numpy as np
55
import numpy.typing as npt
66
from LoopStructural.utils.logging import getLogger

0 commit comments

Comments
 (0)