Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent c80739b commit 1399d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_compressor/strategy/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

from ..adaptor import FRAMEWORKS
from ..algorithm import ALGORITHMS, AlgorithmScheduler
from ..common.version import __version__
from ..config import MixedPrecisionConfig, options
from ..objective import MultiObjective
from ..utils import logger
Expand All @@ -55,7 +56,6 @@
print_table,
)
from ..utils.weights_details import WeightsDetails
from ..common.version import __version__
from .utils.constant import FALLBACK_RECIPES_SET, TUNING_ITEMS_LST
from .utils.tuning_sampler import tuning_sampler_dict
from .utils.tuning_space import TuningSpace
Expand Down

0 comments on commit 1399d05

Please sign in to comment.