Skip to content

Commit 7ec1618

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7c3b645 commit 7ec1618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_compressor/quantization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from .model import Model
2828
from .strategy import STRATEGIES
2929
from .utils import logger
30-
from .utils.utility import dump_class_attrs, secure_check_eval_func, time_limit, _safe_pickle_load
30+
from .utils.utility import _safe_pickle_load, dump_class_attrs, secure_check_eval_func, time_limit
3131

3232

3333
def fit(

0 commit comments

Comments
 (0)