Implement pull request comments #200.
Co-authored-by: Sebastian Serth <mrserth@users.noreply.github.com>
This commit is contained in:
4
deploy/grafana-dashboard/utils/utils.py
Normal file
4
deploy/grafana-dashboard/utils/utils.py
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
def read_query(name):
|
||||
with open("queries/" + name + ".flux", 'r') as file:
|
||||
return file.read()
|
Reference in New Issue
Block a user