Skip to content

Commit f39dd89

Browse files
committed
fixup events.WindowUpdated.delta type annotation
1 parent c472671 commit f39dd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/h2/events.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ class WindowUpdated(Event):
340340
May be ``0`` if the connection window was changed.
341341
"""
342342

343-
delta: int | None = None
343+
delta: int = _LAZY_INIT
344344
"""
345345
The window delta.
346346
"""

0 commit comments

Comments
 (0)