Skip to content

Commit

Permalink
Fix a ruff lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 13, 2022
1 parent 99ea1ae commit 10b2fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-crates/with-data/check_installed/check_installed.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
installed_data = (
venv_root.joinpath("data_subdir")
.joinpath("hello.txt")
# With the default encoding, python under windows fails to read the file correctly :/
# With the default encoding, python under windows fails to read the file correctly
.read_text(encoding="utf-8")
.strip()
)
Expand Down

0 comments on commit 10b2fbf

Please sign in to comment.