summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-17 15:09:48 +0200
committerThomas Haller <thaller@redhat.com>2021-06-17 15:09:48 +0200
commit1b895d98c071c853beb0ad28e1a577247dfada70 (patch)
tree9c540bf3da0d2938945411fdbd20be05f3b9bf23 /examples
parent161cf11cb19625c87c8524af0c38f808651f9fdf (diff)
downloadNetworkManager-1b895d98c071c853beb0ad28e1a577247dfada70.tar.gz
example: drop unused import from "nm-up-many.py"
lgtm.com complains about this. Avoid the warning.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/python/gi/nm-up-many.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/python/gi/nm-up-many.py b/examples/python/gi/nm-up-many.py
index 9fd86631bb..52f981d779 100755
--- a/examples/python/gi/nm-up-many.py
+++ b/examples/python/gi/nm-up-many.py
@@ -10,12 +10,11 @@
# the application is running (from the main function).
import sys
-import os
import gi
import time
gi.require_version("NM", "1.0")
-from gi.repository import NM, GLib, Gio
+from gi.repository import NM, GLib
start_time = time.monotonic()