diff --git a/src/sage/misc/persist.pyx b/src/sage/misc/persist.pyx index 80d4f9b23d5..0230e0b4252 100644 --- a/src/sage/misc/persist.pyx +++ b/src/sage/misc/persist.pyx @@ -1130,7 +1130,8 @@ def unpickle_all(target, debug=False, run_test_suite=False): Successfully unpickled 1 objects. Failed to unpickle 0 objects. """ - import os.path, tarfile + import os.path + import tarfile ok_count = 0 fail_count = 0