diff options
author | Damir Jelić <poljar@termina.org.uk> | 2019-06-19 15:07:14 +0200 |
---|---|---|
committer | Damir Jelić <poljar@termina.org.uk> | 2019-06-19 15:07:14 +0200 |
commit | fec41f9540665345418b9aa1184cb1a5fc7ed0ce (patch) | |
tree | c3f1e1d6ffc46019115a03424b827910409dc942 /python/olm | |
parent | 5e24c605d2926e23273089058741fe69e1b3030a (diff) |
_compat: Remove the now unused native_str.
Diffstat (limited to 'python/olm')
-rw-r--r-- | python/olm/_compat.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/olm/_compat.py b/python/olm/_compat.py index e1c0d63..29a80d4 100644 --- a/python/olm/_compat.py +++ b/python/olm/_compat.py @@ -18,8 +18,6 @@ from builtins import bytes, str from typing import AnyStr -from future.utils import native_str - try: import secrets URANDOM = secrets.token_bytes # pragma: no cover |