This commit is contained in:
Eren Dogan 2023-08-01 11:10:32 -07:00
parent 6c70396a05
commit 93a6549539
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class supply_router(router):
def __init__(self, layers, design, bbox=None, pin_type=None):
# `router_tech` contains tech constants for the router
graph_router.__init__(self, layers, design, bbox)
router.__init__(self, layers, design, bbox)
# Side supply pin type
# (can be "top", "bottom", "right", "left", and "ring")