Skip to content

Commit 9d2a907

Browse files
authored
Update isolate_tests.py
1 parent a5eb24d commit 9d2a907

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/wasm-rebuild/docker-scripts/isolate_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
import re
88
import os
99
import hashlib
10-
# Pylint for some reason insists that isfile() is unused
11-
from os.path import join, isfile # pylint: disable=unused-import
10+
from os.path import join
1211

1312

1413
def extract_test_cases(path):

0 commit comments

Comments
 (0)