Skip to content

Commit 4a2567f

Browse files
chore(python): add nox session to sort python imports (#220)
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 54a96f4 commit 4a2567f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

recaptcha_enterprise/snippets/list_site_keys.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
# [START recaptcha_enterprise_list_site_keys]
1616
from google.cloud import recaptchaenterprise_v1
17-
1817
from google.cloud.recaptchaenterprise_v1.services.recaptcha_enterprise_service.pagers import (
1918
ListKeysPager,
2019
)

recaptcha_enterprise/snippets/test_create_assessment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from google.cloud import recaptchaenterprise_v1
2323
from google.cloud.recaptchaenterprise_v1 import Assessment
2424
import pytest
25-
2625
from selenium import webdriver
2726
from selenium.webdriver.chrome.webdriver import WebDriver
2827

@@ -31,7 +30,6 @@
3130
from create_site_key import create_site_key
3231
from delete_site_key import delete_site_key
3332

34-
3533
GOOGLE_CLOUD_PROJECT = os.environ["GOOGLE_CLOUD_PROJECT"]
3634
DOMAIN_NAME = "localhost"
3735
# Switch the multi-processing style for Python > 3.7: https://github.com/pytest-dev/pytest-flask/issues/104

0 commit comments

Comments
 (0)