Skip to content

Commit

Permalink
run ruff format...
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jan 2, 2025
1 parent 61e7234 commit ad28b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/backends/wgpu_native/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def _request_adapter(
if not adapters_llvm:
raise ValueError(f"Adapter with name '{adapter_name}' not found.")
awaitable = WgpuAwaitable(
'llvm adapter',
"llvm adapter",
callback=lambda: (),
finalizer=lambda x: x,
)
Expand Down

0 comments on commit ad28b5b

Please sign in to comment.