Skip to content

Commit d8a608d

Browse files
committed
Import order
1 parent 9d5a748 commit d8a608d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labelbox/exporters/coco_exporter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
import datetime as dt
66
import json
77
import logging
8-
import requests
9-
from shapely import wkt
10-
from shapely.geometry import Polygon
118
from typing import Any, Dict, Sequence
129

1310
from labelbox.exceptions import UnknownFormatError
1411
from PIL import Image
12+
import requests
13+
from shapely import wkt
14+
from shapely.geometry import Polygon
1515

1616

1717
def from_json(labeled_data, coco_output, label_format='WKT'):

0 commit comments

Comments
 (0)