re-added missing requests library

This commit is contained in:
checktheroads 2019-06-16 22:09:30 -07:00
parent b90df6dc0b
commit be24d2ea1e

View file

@ -4,6 +4,7 @@ Runs tests against test hyperglass instance
"""
import os
import json
import requests
from logzero import logger
working_directory = os.path.dirname(os.path.abspath(__file__))