Skip to content

Commit

Permalink
fix: extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Aug 6, 2024
1 parent a064224 commit 7d10434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/utils/_surface.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import Optional, Union, Callable, List, Dict
from typing import Optional, Union, Callable, List
import numpy as np
import numpy.typing as npt
from LoopStructural.utils.logging import getLogger
Expand Down

0 comments on commit 7d10434

Please sign in to comment.