network: remove duplicate netifaces close #571

This commit is contained in:
alfrix 2022-04-05 19:50:35 -03:00
parent dc9cf760db
commit 013b50985f

View File

@ -2,7 +2,6 @@ import gi
import logging
import netifaces
import os
import netifaces
from ks_includes.wifi import WifiManager
gi.require_version("Gtk", "3.0")