Skip to content

Commit

Permalink
[LT-3253] Use published api resources_pb2 for dataset exports (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiit-clarifai authored Apr 5, 2023
1 parent 6693fde commit 327a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clarifai/dataset_export/dataset_export_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from io import BytesIO

import requests
from clarifai_grpc.grpc.api import resources_pb2
from PIL import ImageFile
from proto.clarifai.api import resources_pb2
from tqdm import tqdm


Expand Down

0 comments on commit 327a69d

Please sign in to comment.