Skip to content

Commit c0830db

Browse files
committed
removed unused import
1 parent 60bdc12 commit c0830db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_llm_ocr_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Optional
44
from requests.models import Response
55
import pandas as pd
6-
from PIL import Image, ImageOps,ExifTags
6+
from PIL import Image
77
from io import BytesIO
88
import base64
99

0 commit comments

Comments
 (0)