forcedotcom / SalesforcePy

An absurdly simple package for making Salesforce Rest API calls.
BSD 3-Clause "New" or "Revised" License
106 stars 42 forks source link

Use `dict.get()` instead of checking key with `in` #61

Closed ericbn closed 1 year ago

ericbn commented 1 year ago

Also the "default" default is already None.