Skip to content

Commit 177c4af

Browse files
committed
Remove redundant file mode
1 parent df62f75 commit 177c4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

harp/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def _read_common_registers() -> Registers:
1111
file = resources.files(__package__) / "common.yml"
12-
with file.open("rt") as fileIO:
12+
with file.open("r") as fileIO:
1313
return parse_yaml_raw_as(Registers, fileIO.read())
1414

1515

0 commit comments

Comments
 (0)