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 3, 2025
1 parent 65f099a commit 25aff8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pyedb/configuration/cfg_padstacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def set_parameters_to_edb(self):
self._set_solder_parameters_to_edb(self.solder_ball_parameters)

def retrieve_parameters_from_edb(self):

self.name = self._pyedb_obj.name
self.hole_plating_thickness = self._pyedb_obj.hole_plating_thickness
self.material = self._pyedb_obj.material
Expand Down Expand Up @@ -168,8 +167,6 @@ def _get_solder_parameters_from_edb(self):
}
return parameters



def _get_pad_parameters_from_edb(self):
"""Pad parameters.
Expand Down

0 comments on commit 25aff8e

Please sign in to comment.