Commit e99b0ee
fix(benchmarks): sort functools import for ruff I001
Benchmark Static Quality failed because lru_cache was imported after the
stdlib from-imports block. Move it into the stdlib section so isort/ruff
accepts the validator cache change.
Co-authored-by: morluto <morluto@users.noreply.github.com>1 parent a4e6339 commit e99b0ee
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments