Skip to content

Commit

Permalink
FIX: import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Feb 20, 2024
1 parent ad5896a commit a56b3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/00-EDB/00_EDB_Create_VIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import os
import tempfile

from ansys.pyaedt.examples.constants import EDB_VERSION
import pyaedt
from src.ansys.pyaedt.examples.constants import EDB_VERSION

temp_dir = tempfile.TemporaryDirectory(suffix=".ansys")
aedb_path = os.path.join(temp_dir.name, "create_via.aedb")
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/pyaedt/examples/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import os
import tempfile
from src.ansys.pyaedt.examples.constants import EDB_VERSION
from ansys.pyaedt.examples.constants import EDB_VERSION
from pyaedt import Edb
# -"""

Expand Down

0 comments on commit a56b3bd

Please sign in to comment.