Skip to content

Commit a4ccb16

Browse files
CHORE: Auto fixes from pre-commit hooks
1 parent db91df0 commit a4ccb16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/system/solvers/test_26_emit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
from ansys.aedt.core.emit_core.emit_constants import TxRxMode
5252
from ansys.aedt.core.emit_core.nodes import generated
5353
from ansys.aedt.core.emit_core.nodes.emit_node import EmitNode
54-
5554
from ansys.aedt.core.modeler.circuits.primitives_emit import EmitAntennaComponent
5655
from ansys.aedt.core.modeler.circuits.primitives_emit import EmitComponent
5756
from ansys.aedt.core.modeler.circuits.primitives_emit import EmitComponents
@@ -1756,5 +1755,5 @@ def test_31_orientation(self, add_app):
17561755
new_radio = self.aedtapp.schematic.create_component("New Radio")
17571756
new_radio.orientation = 1
17581757
assert (
1759-
"Orientation adjustment is not supported for component 'Radio'. " "This component cannot be reoriented."
1758+
"Orientation adjustment is not supported for component 'Radio'. This component cannot be reoriented."
17601759
) in str(e.value)

0 commit comments

Comments
 (0)