Fix Ruff warnings
This commit is contained in:
parent
66ae04a0b3
commit
4480593f49
5 changed files with 75 additions and 26 deletions
|
|
@ -31,6 +31,8 @@ def get_reader(custom_location: Path | None = None) -> Reader:
|
|||
Args:
|
||||
custom_location: The location of the database file.
|
||||
|
||||
Returns:
|
||||
The reader.
|
||||
"""
|
||||
db_location: Path = custom_location or Path(data_dir) / "db.sqlite"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue