forked from mirrors/thatmattlove-hyperglass
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