remove geometry from serialized data using filter parameter

This commit is contained in:
Laura Klünder 2023-11-23 18:41:46 +01:00
parent 3fd5c49926
commit fc53e3197d
6 changed files with 35 additions and 17 deletions

View file

@ -1,4 +1,4 @@
from typing import Any, ClassVar, Optional, Annotated
from typing import Annotated, Any, ClassVar, Optional
from ninja import Schema
from pydantic import Field as APIField