Skip to content

Commit 90041c0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent ef51fd6 commit 90041c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stubs/weasyprint/weasyprint/layout/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ class LayoutContext:
3535
def overflows_page(self, bottom_space, position_y): ...
3636
@staticmethod
3737
def overflows(bottom, position_y): ...
38+
3839
@property
3940
def excluded_shapes(self): ...
4041
@excluded_shapes.setter
4142
def excluded_shapes(self, excluded_shapes) -> None: ...
43+
4244
def create_block_formatting_context(self, root_box=None, new_list=None) -> None: ...
4345
def finish_block_formatting_context(self, root_box=None) -> None: ...
4446
def create_flex_formatting_context(self, root_box) -> None: ...

0 commit comments

Comments
 (0)