diff --git a/backend/app/schemas/board_webhooks.py b/backend/app/schemas/board_webhooks.py index 18b601c0..399e36b2 100644 --- a/backend/app/schemas/board_webhooks.py +++ b/backend/app/schemas/board_webhooks.py @@ -2,12 +2,11 @@ from __future__ import annotations +import re from datetime import datetime from typing import Annotated from uuid import UUID -import re - from pydantic import BeforeValidator from sqlmodel import SQLModel