Skip to content

Commit cc0fb01

Browse files
author
Valeriy Mukhtarulin
committed
Clean duplicate
1 parent f05aba1 commit cc0fb01

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CHANGES
33

44
3.0.0
55
-----
6-
* Return proper 404 error
6+
* Return proper 404 and other errors
77

88
3.0.0
99
-----

veryfi/errors.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ class InternalError(VeryfiClientError):
4444
pass
4545

4646

47-
class InternalError(VeryfiClientError):
48-
pass
49-
50-
5147
_error_map = {
5248
400: BadRequest,
5349
401: UnauthorizedAccessToken,

0 commit comments

Comments
 (0)