Skip to content

Commit fb7c9af

Browse files
committed
Try cheating my way out of annotating
1 parent 90041c0 commit fb7c9af

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • stubs/weasyprint/weasyprint/layout

stubs/weasyprint/weasyprint/layout/page.pyi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ class PageType(NamedTuple):
1414
class OrientedBox:
1515
@property
1616
def sugar(self): ...
17-
@property
18-
def outer(self): ...
17+
outer: Incomplete
1918
inner: Incomplete
20-
@outer.setter
21-
def outer(self, new_outer_width) -> None: ...
2219
@property
2320
def outer_min_content_size(self): ...
2421
@property

0 commit comments

Comments
 (0)