We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df62f75 + 177c4af commit c90387eCopy full SHA for c90387e
1 file changed
harp/schema.py
@@ -9,7 +9,7 @@
9
10
def _read_common_registers() -> Registers:
11
file = resources.files(__package__) / "common.yml"
12
- with file.open("rt") as fileIO:
+ with file.open("r") as fileIO:
13
return parse_yaml_raw_as(Registers, fileIO.read())
14
15
0 commit comments