Skip to content

Commit

Permalink
silence linter warning: unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 1, 2025
1 parent 686fd7c commit 05bd14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/gui/keyboard_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def get_keymap_properties(self, skip=()) -> dict[str, Any]:
def log_keyboard_info(self) -> None:
# show the user a summary of the settings used
# (values detected with overrides applied)
model, layout, layouts, variant, variants, options = self.get_layout_spec()
model, layout, layouts, variant, _, options = self.get_layout_spec()
kb_info = {
"model": model,
"layout": layout,
Expand Down

0 comments on commit 05bd14f

Please sign in to comment.