From ac0aeca108e8ed094a84b5eef3bd7465116143cb Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 10 Jun 2016 10:09:33 +0200 Subject: [PATCH] remove unused import --- testing/test_multivol.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testing/test_multivol.py b/testing/test_multivol.py index 135da13..ed2b1fc 100644 --- a/testing/test_multivol.py +++ b/testing/test_multivol.py @@ -15,7 +15,7 @@ # -import os, unittest +import os from deltatar.tarfile import TarFile, PAX_FORMAT, GNU_FORMAT, BLOCKSIZE from . import BaseTest, new_volume_handler, closing_new_volume_handler -- 1.7.1