Skip to content

Commit 9ff968a

Browse files
authored
Update handler.py
1 parent ab1196a commit 9ff968a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

serving/handler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
logger = logging.getLogger(__name__)
1515

1616
from ts.torch_handler.base_handler import BaseHandler
17-
from captum.attr import LayerIntegratedGradients
1817

1918
from ts.utils.util import map_class_to_label
2019

@@ -188,4 +187,4 @@ def handle(self, data, context):
188187
stop_time = time.time()
189188
metrics.add_time('HandlerTime', round((stop_time - start_time) * 1000, 2), None, 'ms')
190189

191-
return data_postprocess
190+
return data_postprocess

0 commit comments

Comments
 (0)