Skip to content

Commit

Permalink
discard export PYTHONPATH manually
Browse files Browse the repository at this point in the history
  • Loading branch information
LDOUBLEV committed Jun 15, 2020
1 parent cc6c606 commit 1636c8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from __future__ import division
from __future__ import print_function

import os
import os
import sys
__dir__ = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion tools/infer/predict_rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
sys.path.append(__dir__)
sys.path.append(os.path.join(__dir__, '../..'))

import utility
import tools.infer.utility as utility
from ppocr.utils.utility import initial_logger
logger = initial_logger()
from ppocr.utils.utility import get_image_file_list
Expand Down

0 comments on commit 1636c8c

Please sign in to comment.