Commit 108a0ab
Add type ignore comment for SQLAlchemy Column assignment
Fix mypy error with type: ignore[assignment] comment for SQLAlchemy ORM attribute assignment which is valid at runtime but confuses static type checker.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e572e2d commit 108a0ab
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments