We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5eb24d + 9d2a907 commit 1dcc864Copy full SHA for 1dcc864
scripts/wasm-rebuild/docker-scripts/isolate_tests.py
@@ -7,8 +7,7 @@
7
import re
8
import os
9
import hashlib
10
-# Pylint for some reason insists that isfile() is unused
11
-from os.path import join, isfile # pylint: disable=unused-import
+from os.path import join
12
13
14
def extract_test_cases(path):
0 commit comments