Skip to content

Commit 07da770

Browse files
author
Bob Tabor
committed
ruff run
1 parent 35ab5a4 commit 07da770

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎src/fastapi_app/models.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import typing
33
from datetime import datetime
44
from urllib.parse import quote_plus
5+
56
from sqlmodel import Field, SQLModel, create_engine
67

78
sql_url = ""

0 commit comments

Comments
 (0)