Skip to content

Commit

Permalink
Rollback change on pyarrow/tests/test_adhoc_memory_leak.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jun 25, 2024
1 parent 1fc77c3 commit 5e418af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/pyarrow/tests/test_adhoc_memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@

import pytest

try:
import numpy as np
except ImportError:
pass
import numpy as np
import pyarrow as pa

import pyarrow.tests.util as test_util
Expand Down

0 comments on commit 5e418af

Please sign in to comment.