diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-28 12:15:54 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-28 12:15:54 +1000 |
| commit | c547ba59906bdd0ccebe5d4592739227dd0c73eb (patch) | |
| tree | 99e35a5c0edd4c473b3b760a2d1cc75153572b6b /backend/data/README.md | |
| parent | 9f0dcdea1049a59cd1fb4f0872edee1b7a87a4e6 (diff) | |
Convert from python "...".format() to f"..."
Diffstat (limited to 'backend/data/README.md')
| -rw-r--r-- | backend/data/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/data/README.md b/backend/data/README.md index 4655c2d..f090898 100644 --- a/backend/data/README.md +++ b/backend/data/README.md @@ -1,6 +1,5 @@ File Generation Process ======================= - 1 Tree Structure Data 1 Obtain data in otol/, as specified in it's README. 2 Run genOtolData.py, which creates data.db, and adds |
