Fix pep8 error

This commit is contained in:
vrde 2017-01-31 17:13:26 +01:00
parent 857cdb9b34
commit 1588681c5b
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -4,5 +4,6 @@ from bigchaindb.exceptions import BigchainDBError
class ConnectionError(BigchainDBError):
"""Exception raised when the connection to the DataBase fails."""
class DatabaseOpFailedError(BigchainDBError):
"""Exception for database operation errors."""