Skip to content

Commit

Permalink
build: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Aug 24, 2020
1 parent 869ddad commit 1ef3ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ocr_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from time import time
from io import BytesIO

from src.auxiliary import Auxiliary
from auxiliary import Auxiliary


class ocr_product(object):
Expand Down
2 changes: 1 addition & 1 deletion src/ocr_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from time import time
from io import BytesIO

from src.auxiliary import Auxiliary
from auxiliary import Auxiliary


class ocr_table(object):
Expand Down

0 comments on commit 1ef3ace

Please sign in to comment.