diff options
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r-- | tests/test_basic_api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py index 0bcb6989..7f71791e 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -7,8 +7,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import random from io import StringIO, BytesIO from os import path |