python: remove unused imports

They are flagged by lgtm.com. Avoid the warning by dropping unused
includes.
This commit is contained in:
Thomas Haller
2021-05-27 08:52:30 +02:00
parent f1a1921edc
commit 26f0fb0604
3 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,8 @@
# The uuid of the connection to activate
CONNECTION_UUID = "c08142a4-00d9-45bd-a3b1-7610fe146374"
import sys, os, dbus
import dbus
import sys
from dbus.mainloop.glib import DBusGMainLoop
from gi.repository import GLib