formatting matters

This commit is contained in:
Valentin Boettcher 2022-03-22 09:34:10 +01:00
parent ea2e4fdebe
commit ff6a63c6f0

View file

@ -21,6 +21,7 @@ def model_db(data_path: str = "."):
Mutations will be synchronized to the file. Access is managed via
a lock file.
"""
db_path = Path(data_path) / "model_data.json"
db_lock = Path(data_path) / "model_data.json.lock"