From c913151c868365e2452d217eac4a9e44ba773043 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Fri, 10 Nov 2023 10:35:36 -0400 Subject: [PATCH] maybe fix pre-commit --- python/tests/test_nanoarrow_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_nanoarrow_device.py b/python/tests/test_nanoarrow_device.py index d7edddbbe..6f44aa1a3 100644 --- a/python/tests/test_nanoarrow_device.py +++ b/python/tests/test_nanoarrow_device.py @@ -17,8 +17,8 @@ import pyarrow as pa -import nanoarrow as na import nanoarrow.device as na_device +import nanoarrow as na def test_cpu_device():