🎨 Add http.HTTPStatus for convenience
This commit is contained in:
parent
3e682bbc89
commit
c8206547d8
1 changed files with 2 additions and 0 deletions
|
|
@ -1 +1,3 @@
|
||||||
from fastapi import APIRouter, Depends, HTTPException
|
from fastapi import APIRouter, Depends, HTTPException
|
||||||
|
from http import HTTPStatus
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue