remove unused import and disable a pointless pylint check
This commit is contained in:
parent
089b708e2c
commit
0b90e29b16
|
@ -6,8 +6,7 @@
|
|||
import gtk
|
||||
import gobject
|
||||
|
||||
from translation import _
|
||||
|
||||
# pylint: disable-msg=R0904
|
||||
class Titlebar(gtk.EventBox):
|
||||
"""Class implementing the Titlebar widget"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue