Skip to content

Commit 0c55c97

Browse files
author
Michal Ploski
committed
Silent overwide method error
Since any change to this method spec may be breaking to users and we cannot also move get method declaration in Base class we need to silent it and accept potential risk
1 parent fae56ef commit 0c55c97

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/parameters

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/parameters/ssm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__(self, config: Optional[Config] = None, boto3_session: Optional[boto
8787

8888
super().__init__()
8989

90-
def get(
90+
def get( # type: ignore[override]
9191
self,
9292
name: str,
9393
max_age: int = DEFAULT_MAX_AGE_SECS,

0 commit comments

Comments
 (0)