From 55cb406e149326fff934a35add5f7ff68e8079d3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:17:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/backend/app/organization/organization_schemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/app/organization/organization_schemas.py b/src/backend/app/organization/organization_schemas.py index 67b0f658ac..bf914bac96 100644 --- a/src/backend/app/organization/organization_schemas.py +++ b/src/backend/app/organization/organization_schemas.py @@ -27,6 +27,7 @@ class Organisation(BaseModel): description (str): The description of the organization. url (str): The URL of the organization's website. """ + # id: int slug: str name: str