mirror of https://github.com/pyodide/pyodide.git
LINT
This commit is contained in:
parent
d2067f705b
commit
50ee86bd36
|
@ -79,7 +79,8 @@ def test_import(name, selenium_standalone):
|
|||
print(selenium_standalone.logs)
|
||||
raise
|
||||
|
||||
# Make sure that even after importing, there are no additional .pyc files
|
||||
# Make sure that even after importing, there are no additional .pyc
|
||||
# files
|
||||
assert selenium_standalone.run(
|
||||
"""
|
||||
len(list(glob.glob(
|
||||
|
|
Loading…
Reference in New Issue