examples: remove unused imports from python examples

This commit is contained in:
Thomas Haller
2020-05-06 23:16:34 +02:00
parent a5614dc469
commit 41a7a26259
12 changed files with 7 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
import gi
gi.require_version('NM', '1.0')
from gi.repository import GLib, NM
from gi.repository import NM
if __name__ == "__main__":
client = NM.Client.new(None)