From a4e7ee0c9f27370fb304f4214fdffd53af6868f3 Mon Sep 17 00:00:00 2001 From: Glen Kurtz Date: Mon, 22 Apr 2019 10:04:19 -0500 Subject: [PATCH] Update USB_Vendor_Products Removed extraneous imports: time, os --- USB_Vendor_Products | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USB_Vendor_Products b/USB_Vendor_Products index 27659de..a399983 100644 --- a/USB_Vendor_Products +++ b/USB_Vendor_Products @@ -1,4 +1,4 @@ -import requests, json, os, re, time +import requests, json, re from requests.packages.urllib3.exceptions import InsecureRequestWarning requests.packages.urllib3.disable_warnings(InsecureRequestWarning)