Skip to content

Commit

Permalink
fix additional mypy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAffCH committed Mar 25, 2024
1 parent 92fe012 commit 1964ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nncf/common/graph/operator_metatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from typing import List, Optional, Set, Type, Callable, Dict
from typing import Callable, Dict, List, Optional, Set, Type

import nncf
from nncf.common.graph.definitions import NNCFGraphNodeType
Expand Down
2 changes: 1 addition & 1 deletion nncf/common/graph/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# limitations under the License.

from functools import partial
from typing import List, Set, Tuple, Union
from typing import List, Set, Tuple, Type, Union

from nncf.common.graph import NNCFGraph
from nncf.common.graph import NNCFNode
Expand Down

0 comments on commit 1964ec1

Please sign in to comment.