Skip to content

Commit

Permalink
add math lib import (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: qiuxiangyu <[email protected]>
  • Loading branch information
redvelvets and redvelvets authored Nov 2, 2024
1 parent 8e01f8c commit f889227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/python_fastapi/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from datetime import date, datetime
import math

from datetime import date, datetime
from fastapi import FastAPI, HTTPException

app = FastAPI()
Expand Down

0 comments on commit f889227

Please sign in to comment.