Skip to content

Commit

Permalink
TEST: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Oct 31, 2023
1 parent 2093812 commit 4214a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/legacy/system/test_edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,6 @@ def test_import_gds_from_tech(self):
via.snap_via_group = True
c.write_xml(os.path.join(self.local_scratch.path, "test_138.xml"))
c.import_options.import_dummy_nets = True
from pyedb import Edb

edb = EdbLegacy(
gds_out, edbversion=desktop_version, technology_file=os.path.join(self.local_scratch.path, "test_138.xml")
Expand Down

0 comments on commit 4214a56

Please sign in to comment.