Skip to content

Commit 7477695

Browse files
committed
Reformatted _error.py
1 parent 2ca7804 commit 7477695

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

exasol/error/_error.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
Union,
99
)
1010

11+
from exasol.error import exa_error
1112
from exasol.error._internal_errors import (
1213
INVALID_ERROR_CODE,
1314
LIBRARY_ERRORS,
1415
UNKNOWN_EXCEPTION_OCCURED,
1516
)
16-
17-
from exasol.error import exa_error
1817
from exasol.error.error_message_builder import (
1918
ErrorMessageBuilder,
2019
InvalidErrorCode,

0 commit comments

Comments
 (0)