Clarify cloud error (#12540)

* Clarify cloud error

* Fix tests
This commit is contained in:
Paulus Schoutsen 2018-02-20 03:31:43 -08:00 committed by Pascal Vizeli
parent 17bdcac61b
commit 39847ea651
3 changed files with 10 additions and 13 deletions

View file

@ -1,7 +1,4 @@
"""Package to communicate with the authentication API."""
import logging
_LOGGER = logging.getLogger(__name__)
class CloudError(Exception):