Skip to content

Commit 08f5992

Browse files
Fix tests
1 parent d9ef0e6 commit 08f5992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ def init_with_format(
11081108
config.weight_format = weight_format
11091109
return config
11101110

1111-
def get_ignored_scope_instance(self) -> nncf.IgnoredScope:
1111+
def get_ignored_scope_instance(self) -> "nncf.IgnoredScope":
11121112
ignored_scope = copy.deepcopy(self.ignored_scope) if self.ignored_scope else {}
11131113
return nncf.IgnoredScope(**ignored_scope)
11141114

0 commit comments

Comments
 (0)