diff --git a/examples/python/gi/nm-up-many.py b/examples/python/gi/nm-up-many.py index 9fd86631b..52f981d77 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()