Files
poseidon/deploy/grafana-dashboard/utils/utils.py
Maximilian Paß 137e3ff1ee Implement pull request comments #200.
Co-authored-by: Sebastian Serth <mrserth@users.noreply.github.com>
2022-10-29 23:20:29 +01:00

5 lines
107 B
Python

def read_query(name):
with open("queries/" + name + ".flux", 'r') as file:
return file.read()