Browse Source

Merge branch 'fix/ci' of https://github.com/svlandeg/fastapi into fix/ci

pull/14186/head
svlandeg 9 months ago
parent
commit
2e0e9972f5
  1. 4
      fastapi/_compat/may_v1.py

4
fastapi/_compat/may_v1.py

@ -96,6 +96,6 @@ else:
from .v1 import Undefined as Undefined from .v1 import Undefined as Undefined
from .v1 import UndefinedType as UndefinedType from .v1 import UndefinedType as UndefinedType
from .v1 import Url as Url from .v1 import Url as Url
from .v1 import get_definitions from .v1 import get_definitions as get_definitions
from .v1 import _normalize_errors as _normalize_errors from .v1 import _normalize_errors as _normalize_errors
from .v1 import _regenerate_error_with_loc from .v1 import _regenerate_error_with_loc as _regenerate_error_with_loc

Loading…
Cancel
Save