@@ -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+ )
10051007def 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+ )
13591363def 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+ )
14871493def schottky_nbl1_fixed () -> gf .Component :
14881494 """Returns schottky_nbl1 fixed cell.
14891495
0 commit comments