Skip to content

Commit f50c402

Browse files
committed
Fixing mypy on 3.7
1 parent eb7c0cf commit f50c402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/src/datahub/ingestion/source/aws/aws_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from datetime import datetime, timedelta, timezone
2-
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Union
2+
from typing import TYPE_CHECKING, Any, Dict, List, Literal, Optional, Union
33

44
import boto3
55
from boto3.session import Session

0 commit comments

Comments
 (0)