1 Delete the warning that breaks tests of dependent projects.
3 --- a/src/cryptography/__init__.py
4 +++ b/src/cryptography/__init__.py
5 @@ -33,9 +32,0 @@ __all__ = [
7 -if sys.version_info[0] == 2:
9 - "Python 2 is no longer supported by the Python core team. Support for "
10 - "it is now deprecated in cryptography, and will be removed in the "
12 - CryptographyDeprecationWarning,