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 for type hints compatibility
pull/15327/head
Contributor
3 months ago
parent
97acb87acf
commit
f4acaf29ff
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
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
fastapi/utils.py
2
fastapi/utils.py
View File
@ -1,3 +1,5 @@
from
__future__
import
annotations
import
re
import
re
import
warnings
import
warnings
from
typing
import
(
from
typing
import
(
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/tiangolo.fastapi
Title
Body
Create Issue