c-w commented on pull request #1519: URL: https://github.com/apache/libcloud/pull/1519#issuecomment-723664970
@Kami Would it be possible to make `_init_once()` lazy, i.e. run it when we do the first actual piece of work with the library as opposed to when the library is imported? If there is a central place to which we could defer `_init_once()` then we could move the `import requests` statement into the function so that the import isn't executed eagerly. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
