]> granicus.if.org Git - python/commitdiff
add space
authorBenjamin Peterson <benjamin@python.org>
Wed, 12 Nov 2014 15:23:44 +0000 (10:23 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 12 Nov 2014 15:23:44 +0000 (10:23 -0500)
Lib/test/test_io.py

index 746f59b0e728047f39d9aa9e29b4e2cfc65fc48a..663db961df5fa9b6f1e35eb151110af18d836c4d 100644 (file)
@@ -2890,6 +2890,7 @@ def _to_memoryview(buf):
     arr.frombytes(buf[:idx])
     return memoryview(arr)
 
+
 class CTextIOWrapperTest(TextIOWrapperTest):
     io = io
     shutdown_error = "RuntimeError: could not find io module state"