Skip to content

Commit fc11c2a

Browse files
author
Beat Buesser
committed
Fix LGTM
Signed-off-by: Beat Buesser <[email protected]>
1 parent 7e0a89f commit fc11c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/estimators/object_detection/tensorflow_faster_rcnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(
100100
`first_stage_localization_loss`, `first_stage_objectness_loss`,
101101
`second_stage_localization_loss`, `second_stage_classification_loss`.
102102
"""
103-
import tensorflow as tf
103+
import tensorflow as tf # lgtm [py/repeated-import]
104104

105105
# Super initialization
106106
super().__init__(

0 commit comments

Comments
 (0)