Skip to content

Commit 0f95ee2

Browse files
committed
Code cleanup
1 parent e4ba700 commit 0f95ee2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gwakeonlan/ui/detail.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
##
2020

21-
import pathlib
22-
2321
from gi.repository import GLib
2422
from gi.repository import Gtk
2523

26-
from gwakeonlan.constants import BROADCAST_ADDRESS, DIR_ICONS, FILE_ICON
24+
from gwakeonlan.constants import BROADCAST_ADDRESS, FILE_ICON
2725
from gwakeonlan.functions import (_,
2826
format_mac_address,
2927
text_gtk30)

0 commit comments

Comments
 (0)