From: Tim Kourt <tim.a.kourt@linux.intel.com>
To: iwd@lists.01.org
Subject: [PATCH v2 2/3] auto-t: Remove unused imports
Date: Mon, 13 Apr 2020 17:59:40 -0700 [thread overview]
Message-ID: <20200414005941.18188-2-tim.a.kourt@linux.intel.com> (raw)
In-Reply-To: <20200414005941.18188-1-tim.a.kourt@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 1692 bytes --]
---
autotests/testAdHoc/adhoc_test.py | 1 -
autotests/testFILS/fils_256_test.py | 2 --
autotests/testFILS/fils_384_test.py | 2 --
autotests/testHotspot/autoconnect_test.py | 2 --
4 files changed, 7 deletions(-)
diff --git a/autotests/testAdHoc/adhoc_test.py b/autotests/testAdHoc/adhoc_test.py
index 83c99fe5..119c6c7e 100644
--- a/autotests/testAdHoc/adhoc_test.py
+++ b/autotests/testAdHoc/adhoc_test.py
@@ -3,7 +3,6 @@
import unittest
import sys
import time
-from time import sleep
sys.path.append('../util')
import iwd
diff --git a/autotests/testFILS/fils_256_test.py b/autotests/testFILS/fils_256_test.py
index 1894c074..aa9e441d 100644
--- a/autotests/testFILS/fils_256_test.py
+++ b/autotests/testFILS/fils_256_test.py
@@ -4,8 +4,6 @@ import unittest
import sys
import os
-from time import sleep
-
sys.path.append('../util')
import iwd
from iwd import IWD
diff --git a/autotests/testFILS/fils_384_test.py b/autotests/testFILS/fils_384_test.py
index 09ff0b21..ed5cc3b0 100644
--- a/autotests/testFILS/fils_384_test.py
+++ b/autotests/testFILS/fils_384_test.py
@@ -4,8 +4,6 @@ import unittest
import sys
import os
-from time import sleep
-
sys.path.append('../util')
import iwd
from iwd import IWD
diff --git a/autotests/testHotspot/autoconnect_test.py b/autotests/testHotspot/autoconnect_test.py
index 936373f1..edefb296 100644
--- a/autotests/testHotspot/autoconnect_test.py
+++ b/autotests/testHotspot/autoconnect_test.py
@@ -4,8 +4,6 @@ import unittest
import sys
import os
-from time import sleep
-
sys.path.append('../util')
import iwd
from iwd import IWD
--
2.13.6
next prev parent reply other threads:[~2020-04-14 0:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-14 0:59 [PATCH v2 1/3] auto-t: Use proper connection status indicator Tim Kourt
2020-04-14 0:59 ` Tim Kourt [this message]
2020-04-14 0:59 ` [PATCH v2 3/3] auto-t: Fix event order Tim Kourt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200414005941.18188-2-tim.a.kourt@linux.intel.com \
--to=tim.a.kourt@linux.intel.com \
--cc=iwd@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox