1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-05-07 12:43:05 +00:00

fixed missing import for CI testing

This commit is contained in:
checktheroads 2019-06-16 17:42:10 -07:00
parent b0f56411bc
commit 9943459f6e

View file

@ -1,4 +1,6 @@
import os
import glob
import requests
from logzero import logger
working_directory = os.path.dirname(os.path.abspath(__file__))