@@ -227,7 +227,7 @@ def validate_config_sections(
def query_string_from_file(
filename: str) -> str:
with open(filename, "r") as jsonfile:
with open(filename, "r", encoding="utf-8") as jsonfile:
query_string = jsonfile.read()
return query_string
The note is not visible to the blocked user.