Skip to content

Commit 4df2dbd

Browse files
committed
linting adjustments
1 parent 2500f1e commit 4df2dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datatorch/api/scripts/import_coco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import click
66
import logging
77
import pathlib
8+
import tqdm
89

910
from typing import List
1011
from .utils.simplify import simplify_points
@@ -314,7 +315,6 @@ def import_coco(
314315
new_annotations.append(annotation)
315316

316317
if len(new_annotations) > 0:
317-
console.log(new_annotations)
318318
# Insert new annotations
319319
api.execute(_CREATE_ANNOTATIONS, params={"annotations": new_annotations})
320320

0 commit comments

Comments
 (0)