Skip to content

Commit

Permalink
fixing missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 22, 2023
1 parent 7483b42 commit 10b4b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/mapdl_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from subprocess import DEVNULL, call
import tempfile
import time
from typing import TYPE_CHECKING, Any, Dict, Literal, Optional, Tuple, Union
from typing import TYPE_CHECKING, Any, Dict, List, Literal, Optional, Tuple, Union
import warnings
from warnings import warn
import weakref
Expand Down

0 comments on commit 10b4b9e

Please sign in to comment.