Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Naberezny <mike@naberezny.com>2017-06-21 00:00:55 +0300
committerKarl Palsson <karlp@etactica.com>2017-06-23 17:42:59 +0300
commit860d10940bbb726a96d6ec8f18a6008d4eec7f78 (patch)
tree1b08090474e25dca68a0406c9a57e227da822c0a /tests
parentb4c4b4c3f99ad61cccc16b53de9841a7a3d6cced (diff)
Remove unused Python imports
Diffstat (limited to 'tests')
-rw-r--r--tests/gadget-zero/test_gadget0.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gadget-zero/test_gadget0.py b/tests/gadget-zero/test_gadget0.py
index 25e2fa2b..d981b8c0 100644
--- a/tests/gadget-zero/test_gadget0.py
+++ b/tests/gadget-zero/test_gadget0.py
@@ -2,7 +2,6 @@ import array
import datetime
import usb.core
import usb.util as uu
-import logging
import sys
import unittest