summaryrefslogtreecommitdiff
path: root/tests/thread/mutate_bytearray.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread/mutate_bytearray.py')
-rw-r--r--tests/thread/mutate_bytearray.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/thread/mutate_bytearray.py b/tests/thread/mutate_bytearray.py
index f3276f1b2..f91b2d580 100644
--- a/tests/thread/mutate_bytearray.py
+++ b/tests/thread/mutate_bytearray.py
@@ -42,4 +42,3 @@ count = [0 for _ in range(256)]
for b in ba:
count[b] += 1
print(count)
-