Skip to content

Commit

Permalink
Fix type annotation (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
  • Loading branch information
heitzmann committed Dec 29, 2023
1 parent f704dff commit 4ec745d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdstk/gdstk.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ class Cell:
outfile: str | pathlib.Path,
scaling: float = 10,
precision: int = 6,
shape_style: Optional[dict[tuple[int, int], str]] = None,
label_style: Optional[dict[tuple[int, int], str]] = None,
shape_style: Optional[dict[tuple[int, int], dict[str, str]]] = None,
label_style: Optional[dict[tuple[int, int], dict[str, str]]] = None,
background: str = "#222222",
pad: float | str = "5%",
sort_function: Optional[Callable[[Polygon, Polygon], bool]] = None,
Expand Down

0 comments on commit 4ec745d

Please sign in to comment.