From 564b84897318cda95ba032e40f74c5f3d1001102 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Fri, 25 Aug 2023 10:02:02 -0500 Subject: [PATCH] isort --- python/cudf/cudf/tests/test_interval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/cudf/tests/test_interval.py b/python/cudf/cudf/tests/test_interval.py index 93b831a92c9..df1ec7e3358 100644 --- a/python/cudf/cudf/tests/test_interval.py +++ b/python/cudf/cudf/tests/test_interval.py @@ -1,7 +1,7 @@ # Copyright (c) 2020-2023, NVIDIA CORPORATION. -import pandas as pd import numpy as np +import pandas as pd import pytest import cudf