File tree 2 files changed +0
-3
lines changed
recaptcha_enterprise/snippets 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# [START recaptcha_enterprise_list_site_keys]
16
16
from google .cloud import recaptchaenterprise_v1
17
-
18
17
from google .cloud .recaptchaenterprise_v1 .services .recaptcha_enterprise_service .pagers import (
19
18
ListKeysPager ,
20
19
)
Original file line number Diff line number Diff line change 22
22
from google .cloud import recaptchaenterprise_v1
23
23
from google .cloud .recaptchaenterprise_v1 import Assessment
24
24
import pytest
25
-
26
25
from selenium import webdriver
27
26
from selenium .webdriver .chrome .webdriver import WebDriver
28
27
31
30
from create_site_key import create_site_key
32
31
from delete_site_key import delete_site_key
33
32
34
-
35
33
GOOGLE_CLOUD_PROJECT = os .environ ["GOOGLE_CLOUD_PROJECT" ]
36
34
DOMAIN_NAME = "localhost"
37
35
# Switch the multi-processing style for Python > 3.7: https://github.com/pytest-dev/pytest-flask/issues/104
You can’t perform that action at this time.
0 commit comments