Commit d35394d
committed
fix: resolve ruff RUF033 and test assertion after msgspec removal
- Remove default value from CustomToken.__post_init__ leeway param
(defaults should be on InitVar field, not __post_init__ parameter)
- Pass random_field as int since msgspec type coercion is no longer used1 parent 77a91fa commit d35394d
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
| |||
851 | 850 | | |
852 | 851 | | |
853 | 852 | | |
854 | | - | |
| 853 | + | |
855 | 854 | | |
856 | 855 | | |
857 | 856 | | |
| |||
0 commit comments