Skip to content

Commit

Permalink
chore(python): add nox session to sort python imports (#220)
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
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 21, 2022
1 parent 54a96f4 commit 4a2567f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion recaptcha_enterprise/snippets/list_site_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

# [START recaptcha_enterprise_list_site_keys]
from google.cloud import recaptchaenterprise_v1

from google.cloud.recaptchaenterprise_v1.services.recaptcha_enterprise_service.pagers import (
ListKeysPager,
)
Expand Down
2 changes: 0 additions & 2 deletions recaptcha_enterprise/snippets/test_create_assessment.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from google.cloud import recaptchaenterprise_v1
from google.cloud.recaptchaenterprise_v1 import Assessment
import pytest

from selenium import webdriver
from selenium.webdriver.chrome.webdriver import WebDriver

Expand All @@ -31,7 +30,6 @@
from create_site_key import create_site_key
from delete_site_key import delete_site_key


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

0 comments on commit 4a2567f

Please sign in to comment.