Skip to content

Commit

Permalink
chore: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Jul 6, 2024
1 parent 2ad688e commit cccbe84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def get_description(id: int, ext: str) -> str:
"""
base = Path("tests/__mock_data__/descriptions/")
file = base / f"{id}.{ext}"
return file.read_text(encoding="utf-8")
return file.read_text(encoding="utf-8")

0 comments on commit cccbe84

Please sign in to comment.