Skip to content

Commit 0581188

Browse files
committed
fix: import necessary modules for handling requests and relationships in chemistry_sampleinfo
1 parent 52d04f0 commit 0581188

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

admin/views/chemistry_sampleinfo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
FK Change (2026-01):
2828
- thing_id: Integer FK to Thing.id
2929
"""
30-
30+
from starlette.requests import Request
31+
from starlette_admin import HasOne
3132

3233
from admin.views.base import OcotilloModelView
3334

0 commit comments

Comments
 (0)