Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type annotations for the
SSL
module (#1308)
* Add type annotations for the `SSL` module Instead of relying on the third-party `types-pyOpenSSL` package, provide our own type annotations. This will ensure `pyOpenSSL` users always have type annotations which matches their version. * Replace `py.typed` by an empty file
- Loading branch information