Skip to content

Commit 63f0705

Browse files
sobolevnsrittau
andauthored
Apply suggestions from code review
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 1cbf55e commit 63f0705

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

stubs/reportlab/reportlab/rl_config.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ from collections.abc import Callable
33
from typing import Any, Literal
44
from weakref import ReferenceType
55

6+
__all__ = ("_reset", "register_reset")
7+
68
def register_reset(
7-
func: Callable[[], Callable[[], object] | None], callback: Callable[[ReferenceType[Any]], Any] | None = None
9+
func: Callable[[], Callable[[], object] | None], callback: Callable[[ReferenceType[Any]], object] | None = None
810
) -> None: ...
911
def _reset() -> None: ...
1012

0 commit comments

Comments
 (0)