Browse Source

fix: add missing __future__ import for type hints compatibility

pull/15327/head
Contributor 3 months ago
parent
commit
f4acaf29ff
  1. 2
      fastapi/utils.py

2
fastapi/utils.py

@ -1,3 +1,5 @@
from __future__ import annotations
import re
import warnings
from typing import (

Loading…
Cancel
Save