misc type hint fixes
This commit is contained in:
parent
c3534beb3f
commit
0e34242ba5
3 changed files with 8 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ def ell(
|
|||
*,
|
||||
spacing: float | ArrayLike | None = None,
|
||||
set_rotation: float | None = None,
|
||||
) -> dict[str, float]:
|
||||
) -> dict[str, numpy.float64]:
|
||||
"""
|
||||
Calculate extension for each port in order to build a 90-degree bend with the provided
|
||||
channel spacing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue