Skip to content

Commit 7260035

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent f4106a3 commit 7260035

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

stubs/reportlab/reportlab/rl_config.pyi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
from _typeshed import Incomplete
22
from collections.abc import Callable
3-
from typing import Literal, Any
3+
from typing import Any, Literal
44
from weakref import ReferenceType
55

6-
def register_reset(func: Callable[[], Callable[[], object] | None], callback: Callable[[ReferenceType], Any] | None = None) -> None: ...
6+
def register_reset(
7+
func: Callable[[], Callable[[], object] | None], callback: Callable[[ReferenceType], Any] | None = None
8+
) -> None: ...
79
def _reset() -> None: ...
810

911
allowTableBoundsErrors: int

0 commit comments

Comments
 (0)