Skip to content

Commit 69932c9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent b0e0995 commit 69932c9

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

stubs/weasyprint/weasyprint/__init__.pyi

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,7 @@ _ElementWrapper: TypeAlias = Any # actually csselect2.ElementWrapper
1616
_Matcher: TypeAlias = Any # actually csselect2.Matcher
1717
_PDF: TypeAlias = Any # actually pydyf.PDF
1818

19-
__all__ = [
20-
"CSS",
21-
"DEFAULT_OPTIONS",
22-
"HTML",
23-
"VERSION",
24-
"Attachment",
25-
"Document",
26-
"Page",
27-
"__version__",
28-
"default_url_fetcher",
29-
]
19+
__all__ = ["CSS", "DEFAULT_OPTIONS", "HTML", "VERSION", "Attachment", "Document", "Page", "__version__", "default_url_fetcher"]
3020

3121
VERSION: str
3222
__version__: str

0 commit comments

Comments
 (0)