common: add missing import

This commit is contained in:
Adam Goldsmith 2018-06-03 14:26:58 -04:00
parent 4a0df699c8
commit e93bccb78e

View File

@ -1,5 +1,6 @@
import json
import urllib3
import sys
from xml.etree import ElementTree as ET
import requests