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
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

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