Skip to content

Commit f0517cf

Browse files
AWS-LanDingrlhagerm
authored andcommitted
Fix Python linting error, add missing SPDX headers, and license blocks
1 parent e205a50 commit f0517cf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

python/example_code/cognito/scenarios/identity_pools_example_demo/web/backend/oauth_handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import logging
99
import os
1010
import base64
11+
import xml.etree.ElementTree as ET
1112
from typing import Dict, Optional
1213

1314
logger = logging.getLogger(__name__)

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
15
<!DOCTYPE html>
26
<html lang="en">
37
<head>

0 commit comments

Comments
 (0)