remove unnecessary lines

This commit is contained in:
Prodesire 2017-12-24 23:35:12 +08:00
parent bceb5eb6e2
commit 0d251d6036
2 changed files with 0 additions and 4 deletions

View File

@ -44,5 +44,3 @@ def test_cmdline_argv():
argv = cmdline_argv()
for s in argv[1:]:
assert isinstance(s, string_types)

View File

@ -1,8 +1,6 @@
import os
import stat
import time
import tempfile
import pytest
from pydu.platform import WINDOWS