mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-20 14:03:52 +03:00
autodrawer: Disable pylint warnings caused by gobject introspection
This commit is contained in:
parent
c1e0bec220
commit
e03f84ac7f
@ -29,6 +29,11 @@ from gi.repository import GLib
|
||||
from gi.repository import Gtk
|
||||
# pylint: enable=E0611
|
||||
|
||||
# pylint: disable=E1101
|
||||
# pylint can't detect functions we inheirit from Gtk, ex:
|
||||
# OverBox.set_over: Instance of 'OverBox' has no 'remove' member
|
||||
|
||||
|
||||
class OverBox(Gtk.Box):
|
||||
"""
|
||||
Implementation of an overlapping box
|
||||
|
Loading…
x
Reference in New Issue
Block a user