You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use getenv instead of accessing environ obj (#147)
I had problems importing the package after manipulating the environ
object, so the "default" keyword argument was not available anymore. In
this case getenv will still work.
The module using getenv in all other occurences, so it also good to keep
it consistent.
Co-authored-by: Jennifer Hamon <jhamon@pinecone.io>
0 commit comments