Commit 36ad606
fix: Remove unused type:ignore on async method overrides
With AsyncHttpTransport always defined as a real class, mypy properly
sees the class hierarchy and no longer flags _send_envelope and
_send_request as incompatible overrides.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b392bc4 commit 36ad606
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
859 | | - | |
| 859 | + | |
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| |||
868 | 868 | | |
869 | 869 | | |
870 | 870 | | |
871 | | - | |
| 871 | + | |
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
| |||
0 commit comments