Skip to content

Commit

Permalink
MISC: Auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
For more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent 15ed6cc commit 1038895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/dotnet/edb_core/cell/terminal/point_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def layer(self):
def layer(self, value):
layer = self._pedb.stackup.layers[value]._edb_layer
point_data = self._pedb.point_data(*self.location)
self._edb_object.SetParameters(point_data, layer)
self._edb_object.SetParameters(point_data, layer)

0 comments on commit 1038895

Please sign in to comment.