Skip to content

Commit

Permalink
Fix line 955 too long
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiwenZhang committed Jul 14, 2024
1 parent adef17f commit 2d57f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyaedt/modeler/circuits/object3dcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,9 @@ def change_symbol_pin_locations(self, pin_locations):
Parameters
----------
pin_locations : dict
A dictionary with two keys: "left" and "right", each containing a list of pin names to be placed on the left and right sides of the symbol, respectively.
A dictionary with two keys: "left" and "right",
each containing a list of pin names to be placed on the left and
right sides of the symbol, respectively.
Returns
-------
Expand Down

0 comments on commit 2d57f90

Please sign in to comment.