Skip to content

Commit 86547b2

Browse files
author
Miriam
committed
prospector change
1 parent d237190 commit 86547b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws_dynamodb_parser/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import base64
23
from typing import Any, Union
34

@@ -37,7 +38,7 @@ def _parse_property(prop: dict) -> Any:
3738

3839
if data_type == "NULL" and value:
3940
return None
40-
41+
# pylint:disable=consider-using-f-string
4142
raise TypeError("Unknown DynamoDB data type '%s' with value '%s'" % (data_type, value))
4243

4344

0 commit comments

Comments
 (0)