Skip to content

Commit

Permalink
chore(python): add nox session to sort python imports (#257)
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 dandhlee committed Jul 24, 2023
1 parent 741dd9e commit 2a8e439
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bigquery-reservation/snippets/reservation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2a8e439

Please sign in to comment.