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 May 17, 2024
1 parent ab93394 commit bde5183
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pyedb/dotnet/edb_core/padstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,13 @@ def set_pad_property(

@pyedb_function_handler()
def get_instances(
self, name=None, pid=None, definition_name=None, net_name=None, component_reference_designator=None,
component_pin=None
self,
name=None,
pid=None,
definition_name=None,
net_name=None,
component_reference_designator=None,
component_pin=None,
):
"""Get padstack instances by conditions.
Expand Down

0 comments on commit bde5183

Please sign in to comment.