diff --git a/gwakeonlan/ui/detail.py b/gwakeonlan/ui/detail.py index b7172ef..c07c7a4 100644 --- a/gwakeonlan/ui/detail.py +++ b/gwakeonlan/ui/detail.py @@ -18,12 +18,10 @@ # along with this program. If not, see . ## -import pathlib - from gi.repository import GLib from gi.repository import Gtk -from gwakeonlan.constants import BROADCAST_ADDRESS, DIR_ICONS, FILE_ICON +from gwakeonlan.constants import BROADCAST_ADDRESS, FILE_ICON from gwakeonlan.functions import (_, format_mac_address, text_gtk30)