Skip to content

Commit

Permalink
Fixing another issue with imports
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Faracco <[email protected]>
  • Loading branch information
jcfaracco committed Jun 20, 2023
1 parent ad02064 commit 57149e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dasf/pipeline/executors/dask.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python3

import os
import rmm

try:
import rmm
import cupy as cp
GPU_SUPPORTED = isinstance(cp.__version__, str)
except ImportError:
Expand Down

0 comments on commit 57149e6

Please sign in to comment.