Skip to content

Commit

Permalink
fix import in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 20, 2024
1 parent 2f150c1 commit b207bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pytest import mark

import wgpu.utils
from tests.testutils import can_use_wgpu_lib, run_tests
from testutils import can_use_wgpu_lib, run_tests
from wgpu import GPUDevice, MapMode, TextureFormat
from wgpu.backends.wgpu_native import WgpuAwaitable

Expand Down

0 comments on commit b207bb7

Please sign in to comment.