Skip to content

Commit fddb1c2

Browse files
author
Evgeny Tsykunov
committed
Fix import
1 parent a12c4fe commit fddb1c2

File tree

1 file changed

+6
-2
lines changed
  • openvino_xai/methods/white_box

1 file changed

+6
-2
lines changed

openvino_xai/methods/white_box/base.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
import openvino.runtime as ov
1010
from openvino.runtime import opset10 as opset
1111

12-
from openvino_xai.common.utils import SALIENCY_MAP_OUTPUT_NAME, IdentityPreprocessFN
13-
from openvino_xai.inserter.inserter import has_xai, insert_xai_branch_into_model
12+
from openvino_xai.common.utils import (
13+
SALIENCY_MAP_OUTPUT_NAME,
14+
IdentityPreprocessFN,
15+
has_xai,
16+
)
17+
from openvino_xai.inserter.inserter import insert_xai_branch_into_model
1418
from openvino_xai.methods.base import MethodBase
1519

1620

0 commit comments

Comments
 (0)