We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f7e76 commit 5c35cefCopy full SHA for 5c35cef
src/aws_encryption_sdk/internal/validators.py
@@ -11,6 +11,9 @@
11
pass
12
13
14
+# The unused-argument check is disabled because
15
+# this function MUST match the function signature
16
+# for attrs validators.
17
def value_is_not_a_string(instance, attribute, value): # pylint: disable=unused-argument
18
# type: (Any, attr.Attribute, Any) -> None
19
"""Technically a string is an iterable containing strings.
0 commit comments