remove superfluous imports
This commit is contained in:
@@ -15,12 +15,7 @@
|
|||||||
|
|
||||||
package usb
|
package usb
|
||||||
|
|
||||||
import (
|
import "testing"
|
||||||
"bytes"
|
|
||||||
"log"
|
|
||||||
"os"
|
|
||||||
"testing"
|
|
||||||
)
|
|
||||||
|
|
||||||
func TestListDevices(t *testing.T) {
|
func TestListDevices(t *testing.T) {
|
||||||
orig := libusb
|
orig := libusb
|
||||||
|
Reference in New Issue
Block a user