Commit 2f7890a
Fix invalid-annotation pyrefly ignores in test_support.py
Summary:
Replace invalid *args: ... and **kwargs: ... annotations with
*args: object and **kwargs: object. Eliminates 2 pyrefly suppression
comments.
Reviewed By: alexmalyshev
Differential Revision: D99478963
fbshipit-source-id: a01f807b62691d11505066e1d8e85cfd4c17d3491 parent 68edde6 commit 2f7890a
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
208 | 207 | | |
209 | 208 | | |
210 | 209 | | |
| |||
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
232 | | - | |
233 | | - | |
| 231 | + | |
234 | 232 | | |
235 | 233 | | |
236 | 234 | | |
| |||
0 commit comments