From 7f550934fa2c6213c9a22a15a04ce0cd6656f8dc Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:01:34 -0400 Subject: [PATCH] chore(python): add nox session to sort python imports (#257) Source-Link: https://github.com/googleapis/synthtool/commit/1b71c10e20de7ed3f97f692f99a0e3399b67049f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot --- bigquery-reservation/snippets/reservation_test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bigquery-reservation/snippets/reservation_test.py b/bigquery-reservation/snippets/reservation_test.py index 442e2582cf7c..e92fe9e9afc3 100644 --- a/bigquery-reservation/snippets/reservation_test.py +++ b/bigquery-reservation/snippets/reservation_test.py @@ -17,10 +17,7 @@ import pytest import test_utils.prefixer -from . import reservation_create -from . import reservation_delete -from . import reservation_update - +from . import reservation_create, reservation_delete, reservation_update # Reservation IDs are limited to 64 characters. reservation_prefixer = test_utils.prefixer.Prefixer(