mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-12 07:01:10 -04:00
pre-commit: Upgrade the Python linter ruff (#2370)
This commit is contained in:
@@ -32,7 +32,7 @@ def test_js_module_is_available_on_worker():
|
||||
|
||||
|
||||
@upytest.skip("Worker only.", skip_when=not RUNNING_IN_WORKER)
|
||||
def test_js_module_is_available_on_worker():
|
||||
def test_js_module_is_available_on_greeting_worker():
|
||||
"""
|
||||
The "hello" function in the example_js_worker_module.js file is available
|
||||
via the js_modules object while running in a worker.
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
Tests for the PyScript media module.
|
||||
"""
|
||||
|
||||
from pyscript import media
|
||||
import upytest
|
||||
|
||||
from pyscript import media
|
||||
|
||||
Reference in New Issue
Block a user