Skip to content

Commit db74f92

Browse files
committed
using correct baseclasses
1 parent a39bdf1 commit db74f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/usecases/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def filter_paths(self, paths: List[str]):
10241024
for path in paths:
10251025
name_path_map[Path(path).name].append(path)
10261026

1027-
CHUNK_SIZE = UploadImagesFromFolderToProject.LIST_NAME_CHUNK_SIZE
1027+
CHUNK_SIZE = UploadImagesToProject.LIST_NAME_CHUNK_SIZE
10281028
filtered_paths = []
10291029
duplicated_paths = []
10301030
for file_name in name_path_map:

0 commit comments

Comments
 (0)