mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
formatting matters
This commit is contained in:
parent
ea2e4fdebe
commit
ff6a63c6f0
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue