mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
pylint: disable no-name-in-module for GLib
For some reason, pylint fails to find GLib in gi.repository. Disable that error.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import dbus
|
||||
import dbus.service
|
||||
import dbus.mainloop.glib
|
||||
from gi.repository import GLib
|
||||
from gi.repository import GLib # pylint: disable=no-name-in-module
|
||||
import slip.dbus.service
|
||||
from slip.dbus import polkit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user