summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-23 16:13:48 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-27 14:36:12 +0200
commitab33d9ae4d1de2f07cd1b5a62cf4a3e6fb8f9ee7 (patch)
tree26c0a9982869bd720591b3f7c962a1492276a37f /flatpak
parent267f18b5b70575fe5e6a86ac1e0c45e9129463de (diff)
downloadtotem-ab33d9ae4d1de2f07cd1b5a62cf4a3e6fb8f9ee7.tar.gz
pythonconsole: Fix some pylint warnings
src/plugins/pythonconsole/console.py:173:13: R1714: Consider merging these comparisons with "in" to 'event.keyval in (Gdk.KEY_KP_Down, Gdk.KEY_Down)' (consider-using-in) src/plugins/pythonconsole/console.py:180:13: R1714: Consider merging these comparisons with "in" to 'event.keyval in (Gdk.KEY_KP_Up, Gdk.KEY_Up)' (consider-using-in) src/plugins/pythonconsole/console.py:187:13: R1714: Consider merging these comparisons with "in" to 'event.keyval in (Gdk.KEY_KP_Left, Gdk.KEY_Left, Gdk.KEY_BackSpace)' (consider-using-in)
Diffstat (limited to 'flatpak')
0 files changed, 0 insertions, 0 deletions