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

@@ -7,7 +7,7 @@
import sys, socket
import gi
gi.require_version('NM', '1.0')
from gi.repository import GLib, NM
from gi.repository import NM
#
# This example shows how to get addresses, routes and DNS information