Skip to content

Commit ff160a7

Browse files
committed
v 0.9.1
1 parent e384819 commit ff160a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cov: deps
4040
coverage html
4141

4242
publish: check
43-
poetry publish
43+
poetry publish --build
4444

4545
docs:
4646
mkdocs build

tests/test_many_to_one.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from fast_tmp.admin.server import admin
55
from fast_tmp.db import get_db_session
66

7-
from .models import Author, Book
7+
# from .models import Author, Book
88

99
app = FastAPI()
1010
app.mount("/admin", admin, name="admin")

0 commit comments

Comments
 (0)