Skip to content

Commit

Permalink
Revert linter change
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Oct 16, 2024
1 parent d4fac36 commit 8b61639
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/pyarrow/lib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ def _ensure_cuda_loaded():
if __cuda_loaded is not True:
raise ImportError(
"Trying to import data on a CUDA device, but PyArrow is not built with "
f"CUDA support.\n(importing 'pyarrow.cuda' resulted in \"{
__cuda_loaded}\")."
f"CUDA support.\n(importing 'pyarrow.cuda' resulted in \"{__cuda_loaded}\")."
)


Expand Down

0 comments on commit 8b61639

Please sign in to comment.