Skip to content

Commit 2abba11

Browse files
committed
remove unnecessary change
1 parent f39b4a1 commit 2abba11

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

tests/benchmark/read_gbq_colab/filter_output.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# limitations under the License.
1414
import pathlib
1515

16+
import benchmark.utils as utils
17+
1618
import bigframes.pandas as bpd
17-
import tests.benchmark.utils as utils
1819

1920
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2021

tests/benchmark/read_gbq_colab/first_page.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# limitations under the License.
1414
import pathlib
1515

16+
import benchmark.utils as utils
17+
1618
import bigframes.pandas
17-
import tests.benchmark.utils as utils
1819

1920
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2021

tests/benchmark/read_gbq_colab/last_page.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# limitations under the License.
1414
import pathlib
1515

16+
import benchmark.utils as utils
17+
1618
import bigframes.pandas
17-
import tests.benchmark.utils as utils
1819

1920
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2021

tests/benchmark/read_gbq_colab/sort_output.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# limitations under the License.
1414
import pathlib
1515

16+
import benchmark.utils as utils
17+
1618
import bigframes.pandas
17-
import tests.benchmark.utils as utils
1819

1920
PAGE_SIZE = utils.READ_GBQ_COLAB_PAGE_SIZE
2021

0 commit comments

Comments
 (0)