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:
parent
b0f56411bc
commit
9943459f6e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
import os
|
||||
import glob
|
||||
import requests
|
||||
from logzero import logger
|
||||
|
||||
working_directory = os.path.dirname(os.path.abspath(__file__))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue