Skip to content

Commit 27f7e76

Browse files
committed
chore: update pylint settings to match changes in 2.5.0
1 parent 82e2156 commit 27f7e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_encryption_sdk/internal/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pass
1212

1313

14-
def value_is_not_a_string(instance, attribute, value):
14+
def value_is_not_a_string(instance, attribute, value): # pylint: disable=unused-argument
1515
# type: (Any, attr.Attribute, Any) -> None
1616
"""Technically a string is an iterable containing strings.
1717

0 commit comments

Comments
 (0)