pep8
diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py
index 7395256..ff8bcca 100644
--- a/tests/hazmat/bindings/test_openssl.py
+++ b/tests/hazmat/bindings/test_openssl.py
@@ -100,6 +100,7 @@
             pytest.skip("LibreSSL hard-codes RAND_bytes to use arc4random.")
         sample_data = (b"\x01\x02\x03\x04" * 4)
         length = len(sample_data)
+
         def notrandom(size):
             assert size == length
             return sample_data