Skip to content

Commit 0f0150a

Browse files
committed
Mypy error changed
1 parent 572ce58 commit 0f0150a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structlog/stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def recreate_defaults(*, log_level: int | None = logging.NOTSET) -> None:
9393
format="%(message)s",
9494
stream=sys.stdout,
9595
level=log_level,
96-
**kw, # type: ignore[arg-type]
96+
**kw, # type: ignore[call-overload]
9797
)
9898

9999
_config.reset_defaults()

0 commit comments

Comments
 (0)