Skip to content

Commit

Permalink
Merge pull request #33 from ansys-internal/fix/desgin_types
Browse files Browse the repository at this point in the history
BUGFIX: unwanted conflict
  • Loading branch information
SMoraisAnsys authored Oct 23, 2023
2 parents 273dd05 + d7d75f4 commit bdfa263
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pyedb/generic/design_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,7 @@ def Edb(
)
# TODO: Use EDB gRPC
else:
<<<<<<< HEAD
raise Exception("not implemented yet")
from pyedb.edb import Edb as app
=======
from pyedb.grpc.edb import Edb as app
>>>>>>> main
return app(
edbpath=edbpath,
cellname=cellname,
Expand Down

0 comments on commit bdfa263

Please sign in to comment.