Skip to content

Commit c49c4c1

Browse files
author
Vansh Kalra
committed
Fixed ruff-changed file
1 parent b573fe3 commit c49c4c1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

state-manager/app/main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
from .models.db.store import Store
2424
from .models.db.run import Run
2525

26-
# Define models list
27-
DOCUMENT_MODELS = [State, GraphTemplate, RegisteredNode, Store, Run]
28-
2926
# injecting routes
3027
from .routes import router
3128

@@ -36,6 +33,8 @@
3633
# importing database health check function
3734
from .utils.check_database_health import check_database_health
3835

36+
# Define models list
37+
DOCUMENT_MODELS = [State, GraphTemplate, RegisteredNode, Store, Run]
3938

4039
@asynccontextmanager
4140
async def lifespan(app: FastAPI):

0 commit comments

Comments
 (0)