Skip to content

Commit 82438bd

Browse files
committed
amend as per PEP 597 recommendation
1 parent f29d9a5 commit 82438bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_all_test_vectors() -> dict:
1717

1818
def get_test_vector(version: str) -> dict:
1919
"""Return deserialised json."""
20-
with open(get_test_vector_path(version)) as json_file:
20+
with open(get_test_vector_path(version), encoding="utf-8") as json_file:
2121
return json.load(json_file)
2222

2323

0 commit comments

Comments
 (0)