forked from mirrors/thatmattlove-hyperglass
re-added missing requests library
This commit is contained in:
parent
b90df6dc0b
commit
be24d2ea1e
1 changed files with 1 additions and 0 deletions
|
|
@ -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__))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue