Skip to content

Commit 4f57916

Browse files
Pepijn de Vosclaude
andcommitted
style: ruff format long decorator lines
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0dc1d5f commit 4f57916

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

ihp/cells_fixed/__init__.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,9 @@ def diodevss_4kv_fixed() -> gf.Component:
10011001

10021002

10031003
@deprecated
1004-
@gf.cell(schematic_function=_dpantenna_fixed_schematic, tags=["IHP", "diode", "antenna"])
1004+
@gf.cell(
1005+
schematic_function=_dpantenna_fixed_schematic, tags=["IHP", "diode", "antenna"]
1006+
)
10051007
def dpantenna_fixed() -> gf.Component:
10061008
"""Returns dpantenna fixed cell.
10071009
@@ -1355,7 +1357,9 @@ def ptap1_fixed() -> gf.Component:
13551357

13561358

13571359
@deprecated
1358-
@gf.cell(schematic_function=_rfcmim_fixed_schematic, tags=["IHP", "capacitor", "mim", "rf"])
1360+
@gf.cell(
1361+
schematic_function=_rfcmim_fixed_schematic, tags=["IHP", "capacitor", "mim", "rf"]
1362+
)
13591363
def rfcmim_fixed() -> gf.Component:
13601364
"""Returns rfcmim fixed cell.
13611365
@@ -1483,7 +1487,9 @@ def rsil_fixed() -> gf.Component:
14831487

14841488

14851489
@deprecated
1486-
@gf.cell(schematic_function=_schottky_nbl1_fixed_schematic, tags=["IHP", "diode", "schottky"])
1490+
@gf.cell(
1491+
schematic_function=_schottky_nbl1_fixed_schematic, tags=["IHP", "diode", "schottky"]
1492+
)
14871493
def schottky_nbl1_fixed() -> gf.Component:
14881494
"""Returns schottky_nbl1 fixed cell.
14891495

0 commit comments

Comments
 (0)