Skip to content

Commit 0f50edb

Browse files
committed
added dummy raw image upload client
1 parent b33bc8d commit 0f50edb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/dataset_image_annotator/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import asyncio
33
from pathlib import Path
44

5-
from dataset_image_annotator.api.client import annotator
5+
from dataset_image_annotator.api_clients import annotator
66

77

88
def get_parsed_args():

0 commit comments

Comments
 (0)