goshippo / shippo-python-client

Shipping API Python library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
MIT License
123 stars 70 forks source link

Update resource.py #46

Closed lucqui closed 5 years ago

lucqui commented 6 years ago

async is now a reserved word in python3.4+. I removed this unfortunate reference to a variable async variable.

malcolmrebughini commented 5 years ago

Thanks for submitting this PR.

I'll close this in favor of merging #47 that tackles the same issue.