From 463622b1f9d4c095b2700532135f9a6e5244fcdb Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Wed, 23 Mar 2022 14:26:40 +0000 Subject: [PATCH] rm unused code --- paddleocr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paddleocr.py b/paddleocr.py index ffe28d00..dc96a5b6 100644 --- a/paddleocr.py +++ b/paddleocr.py @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import import os import sys -- GitLab