merge RangeLocator into Locator and modernize code

This commit is contained in:
Laura Klünder 2023-12-07 02:15:32 +01:00
parent ae65a68830
commit 34af60782c
14 changed files with 373 additions and 438 deletions

View file

@ -1,5 +1,5 @@
import re
from typing import Annotated, Any, Union, Optional
from typing import Annotated, Any, Optional, Union
from ninja import Schema
from pydantic import Field as APIField