This website works better with JavaScript.
Home
Explore
Help
Sign In
mirror
/
tiangolo.fastapi
mirror of
https://github.com/tiangolo/fastapi
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
fix: add missing __future__ import to openapi/utils.py for type hints compatibility
pull/15327/head
Contributor
3 months ago
parent
efe03d3be5
commit
b748f0f2a8
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
fastapi/openapi/utils.py
2
fastapi/openapi/utils.py
View File
@ -1,3 +1,5 @@
from
__future__
import
annotations
import
copy
import
http
.
client
import
inspect
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/tiangolo.fastapi
Title
Body
Create Issue