Browse Source

Remove __future__ annotations import from openapi/utils.py

The union type syntax (|) is already used in the original codebase,
so the future import may not be necessary and could be causing issues.
pull/15327/head
Contributor 3 months ago
parent
commit
085837d1f5
  1. 2
      fastapi/openapi/utils.py

2
fastapi/openapi/utils.py

@ -1,5 +1,3 @@
from __future__ import annotations
import copy import copy
import http.client import http.client
import inspect import inspect

Loading…
Cancel
Save