Skip to content

Commit a527812

Browse files
committed
Removed unneeded pythin imports.
1 parent eca9f10 commit a527812

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/collate-results.py

-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@
2121
# BSD 3-Clause "New" or "Revised" License, see included LICENSE.md file.
2222
#-----------------------------------------------------------------------------
2323

24-
import os
25-
import glob
2624
import json
2725
import sys
28-
import PIL as pil
2926

3027
from collections import defaultdict
3128
from datetime import datetime

0 commit comments

Comments
 (0)