example: drop unused import from "nm-up-many.py"

lgtm.com complains about this. Avoid the warning.
This commit is contained in:
Thomas Haller
2021-06-17 15:09:48 +02:00
parent 161cf11cb1
commit 1b895d98c0

View File

@@ -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()