From ba65551d5f9985d947e768787ae05664514ce1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 19 Jun 2019 14:42:58 +0200 Subject: _compat: Remove unused import. --- python/olm/_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/olm/_compat.py b/python/olm/_compat.py index d81bdb5..762371b 100644 --- a/python/olm/_compat.py +++ b/python/olm/_compat.py @@ -18,7 +18,7 @@ from builtins import bytes, str from typing import AnyStr -from future.utils import bytes_to_native_str, native_str +from future.utils import native_str try: import secrets -- cgit v1.2.3