Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anzr299 committed Jul 26, 2024
1 parent 96ea160 commit b85827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/torch/fx/test_fast_bias_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

from nncf.common.factory import NNCFGraphFactory
from nncf.quantization.algorithms.fast_bias_correction.torch_fx_backend import FXFastBiasCorrectionAlgoBackend
from tests.post_training.test_templates.test_fast_bias_correction import TemplateTestFBCAlgorithm
from nncf.torch.model_graph_manager import OPERATORS_WITH_BIAS_METATYPES
from tests.post_training.test_templates.test_fast_bias_correction import TemplateTestFBCAlgorithm
from tests.torch.fx.helpers import get_fx_model


Expand Down

0 comments on commit b85827e

Please sign in to comment.