Skip to content

Commit

Permalink
Fix linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
faustomorales committed Apr 11, 2020
1 parent 400607a commit 9dd79f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras_ocr/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def get_rotated_width_height(box):
return int(w[0][0]), int(h[0][0])


# pylint:disable=too-many-locals
def warpBox(image,
box,
target_height=None,
Expand Down

0 comments on commit 9dd79f3

Please sign in to comment.