Skip to content

Commit 413a4f5

Browse files
committed
typing: remove pointless union
1 parent f0b2487 commit 413a4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structlog/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"""
4545

4646

47-
Context: TypeAlias = dict[str, Any] | dict[Any, Any]
47+
Context: TypeAlias = dict[Any, Any]
4848
"""
4949
A dict-like context carrier.
5050

0 commit comments

Comments
 (0)