Skip to content

Commit 748c626

Browse files
gcf-owl-bot[bot]dizcology
authored andcommitted
chore(python): add nox session to sort python imports (#326)
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 363a38b commit 748c626

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bigquery-datatransfer/snippets/conftest.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020
from google.api_core import client_options
2121
import google.api_core.exceptions
2222
import google.auth
23-
from google.cloud import bigquery
24-
from google.cloud import bigquery_datatransfer
25-
from google.cloud import pubsub_v1
23+
from google.cloud import bigquery, bigquery_datatransfer, pubsub_v1
2624
import pytest
2725

28-
2926
RESOURCE_PREFIX = "python_bigquery_datatransfer_samples_snippets"
3027
RESOURCE_DATE_FORMAT = "%Y%m%d%H%M%S"
3128
RESOURCE_DATE_LENGTH = 4 + 2 + 2 + 2 + 2 + 2

0 commit comments

Comments
 (0)