Commit 43081a7
fix: add type annotation for status_codes in concurrent test
Added explicit type annotation `list[int]` to fix ty type checker error
in test_concurrent_guild_creation_same_id. This resolves the
unsupported-operator error when comparing with 400.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 682ae8e commit 43081a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
0 commit comments