Client.py does not import errors

_common_except_alter() in client.py raises exceptions from the errors module, but that module is never imported.

Hey @dhagrow,

Thanks for pointing this out! I’ve created a PR for this here.