From 360679fe27d1c9efe2c6041e7443d6bedfffaeef Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Wed, 30 Oct 2024 20:34:51 -0700 Subject: [PATCH] clean up --- .../pylibcudf/pylibcudf/tests/test_nvtext_subword_tokenize.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pylibcudf/pylibcudf/tests/test_nvtext_subword_tokenize.py b/python/pylibcudf/pylibcudf/tests/test_nvtext_subword_tokenize.py index d0fa08c8819..516d0f7f78d 100644 --- a/python/pylibcudf/pylibcudf/tests/test_nvtext_subword_tokenize.py +++ b/python/pylibcudf/pylibcudf/tests/test_nvtext_subword_tokenize.py @@ -1,10 +1,11 @@ # Copyright (c) 2024, NVIDIA CORPORATION. import pyarrow as pa -import pylibcudf as plc import pytest from utils import assert_column_eq +import pylibcudf as plc + @pytest.fixture def vocab_file(tmpdir):