Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Nov 20, 2017
1 parent ced2d04 commit 121f4e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/OpenSSL/rand.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
PRNG management routines, thin wrappers.
"""

from OpenSSL._util import (
ffi as _ffi,
lib as _lib,
exception_from_error_queue as _exception_from_error_queue,
path_string as _path_string)
from OpenSSL._util import lib as _lib


_builtin_bytes = bytes
Expand Down

0 comments on commit 121f4e5

Please sign in to comment.