From 889f1b84369857735bed0a99d7b5b9fab83f3433 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Wed, 6 Mar 2024 10:31:53 -0500 Subject: [PATCH] Fix formatting for black --- wlroots/wlr_types/seat.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wlroots/wlr_types/seat.py b/wlroots/wlr_types/seat.py index 87b95277..85f53fa4 100644 --- a/wlroots/wlr_types/seat.py +++ b/wlroots/wlr_types/seat.py @@ -126,8 +126,7 @@ def keyboard(self) -> Keyboard | None: @keyboard.setter def keyboard(self, keyboard: Keyboard | None) -> None: - """Set this keyboard as the active keyboard for the seat - """ + """Set this keyboard as the active keyboard for the seat""" if keyboard is None: lib.wlr_seat_set_keyboard(self._ptr, ffi.NULL) else: