Skip to content

Commit ac201d1

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 7700c51 commit ac201d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/util/folderparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import json
22
import os
33
import re
4+
from collections import defaultdict
45

56
from tqdm import tqdm
6-
from collections import defaultdict
77

88
from .image_utils import load_labelmap
99

0 commit comments

Comments
 (0)