Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
tberlok committed Feb 29, 2024
1 parent ffee8a7 commit 0dca5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cuda-gpu/test_gpu_binary_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@pytest.mark.xfail(raises=RuntimeError)
def test_gpu_binary_tree():
try:
import cupy
import cupy as cp
import numba
except ImportError:
msg = ("Import of cupy and numba failed "
Expand Down

0 comments on commit 0dca5a2

Please sign in to comment.