example: drop unused import from "nm-up-many.py"
lgtm.com complains about this. Avoid the warning.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user