diff --git a/src/core/app/controllers/models_controller.py b/src/core/app/controllers/models_controller.py index 2f6a6279..204d8a9e 100644 --- a/src/core/app/controllers/models_controller.py +++ b/src/core/app/controllers/models_controller.py @@ -1,5 +1,4 @@ -""" -Models Controller +"""Models Controller. Handles model-related endpoints for the application. """