Skip to content

Commit 6794d81

Browse files
kbighorseclaude
andcommitted
fix: add missing imports to ChemistrySampleInfoAdmin
Add missing Request and HasOne imports that were causing NameError during test collection. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e5be6af commit 6794d81

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

admin/views/chemistry_sampleinfo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- thing_id: Integer FK to Thing.id
2929
"""
3030

31+
from starlette.requests import Request
32+
from starlette_admin.fields import HasOne
33+
3134
from admin.views.base import OcotilloModelView
3235

3336

0 commit comments

Comments
 (0)