Skip to content

Commit

Permalink
fix: adding missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Oct 21, 2024
1 parent c41aa1e commit 83a1d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/mapdl/core/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from pathlib import Path
import platform
import random
import re
import socket
import string
import tempfile
Expand Down

0 comments on commit 83a1d79

Please sign in to comment.