Commit 013eddb
authored
fix: Sort lazy imports to increase stability of generated code (#1378)
Lazy imports of models aren't sorted, which causes them to be unstable
and change from run to run. This is distracting in situations where you
have a CI action automatically generating an API client and passing it
as a PR to another repo.
This PR fixes this.1 parent 7c037bb commit 013eddb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments