Skip to content

Commit

Permalink
chore(python): add nox session to sort python imports (#326)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
2 people authored and leahecole committed Jul 11, 2023
1 parent 0867e4f commit 340dc16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bigquery-datatransfer/snippets/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 340dc16

Please sign in to comment.