Skip to content

Commit

Permalink
clean: shorter line
Browse files Browse the repository at this point in the history
  • Loading branch information
wozeparrot committed Aug 3, 2023
1 parent 9acfdb5 commit 7153d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyopencl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
)

try:
from pyopencl._cl import DeviceTopologyAmd, enqueue_copy_buffer_p2p_amd # noqa: F401
from pyopencl._cl import DeviceTopologyAmd # noqa: F401
from pyopencl._cl import enqueue_copy_buffer_p2p_amd # noqa: F401
except ImportError:
pass

Expand Down

0 comments on commit 7153d2a

Please sign in to comment.