Skip to content

Commit 6af701f

Browse files
committed
address feedback
1 parent fbd40e4 commit 6af701f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securitycenter/snippets_v2/snippets_create_client_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# limitations under the License.
1414

1515
"""Examples of working with clients for Security Command Center."""
16+
# [START securitycenter_set_client_endpoint_v2]
1617
from typing import Dict
1718

1819

19-
# [START securitycenter_set_client_endpoint_v2]
2020
def create_client_with_endpoint(api_endpoint) -> Dict:
2121
"""
2222
Creates Security Command Center clients for a regional endpoint and the default endpoint.

0 commit comments

Comments
 (0)