Commit 15d7c48
committed
PYTHON-5040 Fix mypy typing errors in synchro.py and gen-certs.py
Use bare type: ignore in synchro.py so it suppresses whichever import
error mypy raises depending on whether unasync is installed. Add
arg-type ignore in gen-certs.py for a cryptography stubs version skew.1 parent 5416301 commit 15d7c48
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments