Skip to content

Commit d672b9e

Browse files
committed
fix isort
1 parent c1e2c09 commit d672b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlabel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import logging
44
import os
55
import re
6+
import urllib.parse
67
from concurrent.futures import ThreadPoolExecutor, wait
78
from pathlib import Path
89
from typing import Dict, List, Literal, Optional, Union
@@ -11,7 +12,6 @@
1112
import numpy as np
1213
import requests
1314
import xmltodict
14-
import urllib.parse
1515
from PIL import Image, ImageColor, ImageDraw
1616

1717
from fastlabel import const, converters, utils

0 commit comments

Comments
 (0)