Skip to content

Commit

Permalink
Tiny: Use | None for Optional typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijenbergh committed May 10, 2024
1 parent 967f1b1 commit f1369f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
cursor_manager: XCursorManager,
seat: Seat,
output_layout: OutputLayout,
scene_layout: Optional[SceneOutputLayout],
scene_layout: SceneOutputLayout | None,
) -> None:
# elements that we need to hold on to
self._display = display
Expand Down

0 comments on commit f1369f2

Please sign in to comment.