Fix import error

This commit is contained in:
heliguy4599
2024-10-13 13:53:54 -04:00
parent fbb0c745a6
commit fb0fe8d01f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
from gi.repository import Gio, GLib
from .host_info import HostInfo
import subprocess, re

View File

@@ -1,4 +1,4 @@
from gi.repository import Adw, Gtk, GLib, Gio
from gi.repository import GLib, Gio
from .host_info import HostInfo
from .error_toast import ErrorToast
import os, tarfile, subprocess, json