Commit 429f02c
chore(profiling): add type annotations to
[PROF-12734]
## Description
This PR continues type-annotating the Lock profiler code by annotating
the `test_threading.py` file.
## Testing
* `$ ./scripts/ddtest riot -v run --pass-env ee8eca7 --
tests/profiling_v2/collector/test_threading.py`
* CI
## Risks
none
[PROF-12734]:
https://datadoghq.atlassian.net/browse/PROF-12734?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
---------
Co-authored-by: Taegyun Kim <[email protected]>test_threading.py (#14872)1 parent 5b375e1 commit 429f02c
File tree
2 files changed
+184
-167
lines changed- tests
- profiling_v2/collector
- profiling/collector
2 files changed
+184
-167
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
45 | 46 | | |
0 commit comments