We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff check --fix
1 parent 5797e99 commit 2ba340cCopy full SHA for 2ba340c
tests/worker/workflow_sandbox/test_importer.py
@@ -19,7 +19,7 @@
19
def test_workflow_sandbox_importer_invalid_module():
20
with pytest.raises(RestrictedWorkflowAccessError) as err:
21
with Importer(restrictions, RestrictionContext()).applied():
22
- pass
+ import tests.worker.workflow_sandbox.testmodules.invalid_module # noqa: F401
23
assert (
24
err.value.qualified_name
25
== "tests.worker.workflow_sandbox.testmodules.invalid_module"
0 commit comments