From d826119ef3631352659ebe51ba2f761fc4b919d1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Jan 2024 12:31:33 -0500 Subject: [PATCH] Refactor model names in schema.py to remove `Model1` pattern --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 5de38ce..fc62ff3 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,7 @@ - [ ] ## Endpoints - +- [ ] continue refactoring names of models in schema.py to remove `Model1` pattern. - [ ] add support for roles, endpoints, compute, etc. - [ ] saved queries? proceed without for now.