Skip to content

Commit 905ef7a

Browse files
committed
Remove outdated arguments from type stubs
1 parent 6e41367 commit 905ef7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sphinxcontrib/svgbob/_svgbob.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ def to_svg(
99
stroke_color: Optional[str] = None,
1010
stroke_width: Optional[float] = None,
1111
scale: Optional[float] = None,
12-
enhance_circuitries: bool = True,
1312
include_backdrop: bool = False,
1413
include_styles: bool = True,
1514
include_defs: bool = True,
16-
merge_line_with_shapes: bool = False,
1715
) -> str:
1816
...

0 commit comments

Comments
 (0)