From 0d251d6036a54351b9880dce4a6d0fdc6f995a19 Mon Sep 17 00:00:00 2001 From: Prodesire Date: Sun, 24 Dec 2017 23:35:12 +0800 Subject: [PATCH] remove unnecessary lines --- tests/test_cmd.py | 2 -- tests/test_system.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/test_cmd.py b/tests/test_cmd.py index e088792..0a72ada 100644 --- a/tests/test_cmd.py +++ b/tests/test_cmd.py @@ -44,5 +44,3 @@ def test_cmdline_argv(): argv = cmdline_argv() for s in argv[1:]: assert isinstance(s, string_types) - - diff --git a/tests/test_system.py b/tests/test_system.py index 7b2ee26..983bc81 100644 --- a/tests/test_system.py +++ b/tests/test_system.py @@ -1,8 +1,6 @@ import os import stat import time -import tempfile - import pytest from pydu.platform import WINDOWS