Skip to content

Commit b465953

Browse files
authored
Update quantization.py
1 parent e7566fb commit b465953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/quantization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import logging
1717
import os
1818
from pathlib import Path
19-
from typing import Any, Callable, Dict, Optional, Tuple, Union
19+
from typing import Any, Callable, Dict, Optional, Tuple, Union, TYPE_CHECKING
2020

2121
import nncf
2222
import openvino

0 commit comments

Comments
 (0)