Skip to content

Remove conditional imports of ssl module #221

@nathanielmanistaatgoogle

Description

For the time being google-api-python-client has conditional imports of the standard library ssl module because some of google-api-python-client's supported environments don't make the ssl module available.

As soon as the last supported environment guarantees the presence of the ssl module, google-api-python-client should drop all its guards and just unconditionally import the ssl module everywhere that it chooses to use the ssl module.

Metadata

Metadata

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions