Commit 27912d4
authored
Import Path Inconsistency (openai#960)
There's an inconsistent import style in the tracing module where one
import uses an absolute path in line number 3 while all others use
relative imports
Additionally: Also fixed the ordering of the imports1 parent 017ad69 commit 27912d4
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments