Skip to content

Commit

Permalink
ignore another new pep8 complaint
Browse files Browse the repository at this point in the history
/home/travis/build/qtile/qtile/libqtile/widget/systray.py:88:6: N815 variable 'handle_UnmapNotify' in class scope should not be mixedCase

from

https://travis-ci.org/qtile/qtile/jobs/487956864

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
  • Loading branch information
tych0 authored and flacjacket committed Feb 6, 2019
1 parent b6f13af commit 7e774a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqtile/widget/systray.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def handle_DestroyNotify(self, event): # noqa: N802
self.systray.bar.draw()
return False

handle_UnmapNotify = handle_DestroyNotify
handle_UnmapNotify = handle_DestroyNotify # noqa: N815


class Systray(window._Window, base._Widget):
Expand Down

0 comments on commit 7e774a5

Please sign in to comment.