Skip to content

Commit

Permalink
Fixing mypy on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Dec 7, 2024
1 parent eb7c0cf commit f50c402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from datetime import datetime, timedelta, timezone
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Union
from typing import TYPE_CHECKING, Any, Dict, List, Literal, Optional, Union

import boto3
from boto3.session import Session
Expand Down

0 comments on commit f50c402

Please sign in to comment.