Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 committed Feb 9, 2022
1 parent 00c0cc7 commit 2d12764
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _unittest/test_20_HFSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,7 @@ def test_18_create_sources_on_objects(self):
box1.name, "BoxVolt2", self.aedtapp.AxisDir.XNeg, "Volt1"
)
assert port.name in self.aedtapp.excitations
port = self.aedtapp.create_current_source_from_objects(
"BoxVolt1", "BoxVolt2", self.aedtapp.AxisDir.XPos
)
port = self.aedtapp.create_current_source_from_objects("BoxVolt1", "BoxVolt2", self.aedtapp.AxisDir.XPos)
assert port.name in self.aedtapp.excitations

def test_19_create_lumped_on_sheet(self):
Expand Down

0 comments on commit 2d12764

Please sign in to comment.