From 533e2ff271820ed2132d9f08fe3beb4da633d414 Mon Sep 17 00:00:00 2001 From: Kenneth SOARES Date: Mon, 20 Oct 2025 20:11:25 +0200 Subject: [PATCH] fixed imports --- club/schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/club/schemas.py b/club/schemas.py index 918e2e21..5a7ccccb 100644 --- a/club/schemas.py +++ b/club/schemas.py @@ -1,4 +1,4 @@ -from typing import Annotated, Optional +from typing import Annotated from annotated_types import MinLen from django.db.models import Q