Skip to content

Commit

Permalink
Cleanup the all dunder statement
Browse files Browse the repository at this point in the history
  • Loading branch information
int3l authored Jan 29, 2018
1 parent 1f4dd22 commit 7a2d636
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pytesseract.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
if numpy_installed:
from numpy import ndarray

__all__ = ['image_to_string', 'image_to_boxes', 'image_to_data']

# CHANGE THIS IF TESSERACT IS NOT IN YOUR PATH, OR IS NAMED DIFFERENTLY
tesseract_cmd = 'tesseract'

Expand Down

0 comments on commit 7a2d636

Please sign in to comment.