Skip to content

Commit 7779061

Browse files
committed
fix: add missing imports
1 parent 656d468 commit 7779061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AutoGGUF.py

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import shutil
44

55
from functools import partial
6+
from datetime import datetime
67
from PySide6.QtCore import *
78
from PySide6.QtGui import *
89
from PySide6.QtWidgets import *
@@ -12,6 +13,8 @@
1213
from Logger import Logger
1314
from ModelInfoDialog import ModelInfoDialog
1415
from error_handling import show_error, handle_error
16+
from TaskListItem import TaskListItem
17+
from QuantizationThread import QuantizationThread
1518
from imports_and_globals import (
1619
open_file_safe,
1720
resource_path,

0 commit comments

Comments
 (0)