Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-churkin committed Jul 22, 2024
1 parent 1a2e5aa commit e113ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncf/quantization/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
import collections
from typing import List, TypeVar

from nncf.common.graph.layer_attributes import Dtype
from nncf.common.graph.graph import NNCFGraph
from nncf.common.graph.graph import NNCFNode
from nncf.common.graph.layer_attributes import Dtype
from nncf.common.graph.operator_metatypes import OperatorMetatype

TModel = TypeVar("TModel")
Expand Down

0 comments on commit e113ac9

Please sign in to comment.