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 0a2df0e commit 7d19d79
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
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 7d19d79

Please sign in to comment.