From 340dc164d14381ffe0ec3945ac60affbdb6892dc 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:02:20 -0400 Subject: [PATCH] chore(python): add nox session to sort python imports (#326) 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-datatransfer/snippets/conftest.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bigquery-datatransfer/snippets/conftest.py b/bigquery-datatransfer/snippets/conftest.py index f708ff486b81..1248a9407f79 100644 --- a/bigquery-datatransfer/snippets/conftest.py +++ b/bigquery-datatransfer/snippets/conftest.py @@ -20,12 +20,9 @@ from google.api_core import client_options import google.api_core.exceptions import google.auth -from google.cloud import bigquery -from google.cloud import bigquery_datatransfer -from google.cloud import pubsub_v1 +from google.cloud import bigquery, bigquery_datatransfer, pubsub_v1 import pytest - RESOURCE_PREFIX = "python_bigquery_datatransfer_samples_snippets" RESOURCE_DATE_FORMAT = "%Y%m%d%H%M%S" RESOURCE_DATE_LENGTH = 4 + 2 + 2 + 2 + 2 + 2