fix(tests): remove lint warnings/errors

This commit is contained in:
Steven Palma
2025-03-07 14:45:09 +01:00
parent e59ef036e1
commit 0eb56cec14
24 changed files with 163 additions and 133 deletions

View File

@@ -38,7 +38,7 @@ def _run_script(path):
def _read_file(path):
with open(path) as file:
with open(path, encoding="utf-8") as file:
return file.read()