Skip to content

Commit 2a8e439

Browse files
gcf-owl-bot[bot]dandhlee
authored andcommitted
chore(python): add nox session to sort python imports (#257)
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 741dd9e commit 2a8e439

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bigquery-reservation/snippets/reservation_test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
import pytest
1818
import test_utils.prefixer
1919

20-
from . import reservation_create
21-
from . import reservation_delete
22-
from . import reservation_update
23-
20+
from . import reservation_create, reservation_delete, reservation_update
2421

2522
# Reservation IDs are limited to 64 characters.
2623
reservation_prefixer = test_utils.prefixer.Prefixer(

0 commit comments

Comments
 (0)