summaryrefslogtreecommitdiff
path: root/tests/cpydiff/modules_array_containment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpydiff/modules_array_containment.py')
-rw-r--r--tests/cpydiff/modules_array_containment.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cpydiff/modules_array_containment.py b/tests/cpydiff/modules_array_containment.py
index 190a3c276..8f25b0d49 100644
--- a/tests/cpydiff/modules_array_containment.py
+++ b/tests/cpydiff/modules_array_containment.py
@@ -5,4 +5,5 @@ cause: Unknown
workaround: Unknown
"""
import array
-print(1 in array.array('B', b'12'))
+
+print(1 in array.array("B", b"12"))