Skip to content

Commit

Permalink
Fix formatting for black
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Mar 6, 2024
1 parent 6061887 commit 889f1b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wlroots/wlr_types/seat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 889f1b8

Please sign in to comment.