summaryrefslogtreecommitdiff
path: root/test/test_iomemory.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_iomemory.py')
-rw-r--r--test/test_iomemory.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_iomemory.py b/test/test_iomemory.py
index 897cc8b2..4239fc3c 100644
--- a/test/test_iomemory.py
+++ b/test/test_iomemory.py
@@ -1,4 +1,3 @@
-
"""
Iteration and update conflict with set based IOMemory store
@@ -63,6 +62,6 @@ def test_concurrent2():
assert i == n
-if __name__ == '__main__':
+if __name__ == "__main__":
test_concurrent1()
test_concurrent2()