Skip to content

Commit

Permalink
Improved code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBone committed Jan 22, 2024
1 parent 5501845 commit 715146e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/officialeye/_internal/error/errors/io.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from officialeye._internal.error.codes import ERR_IO_INVALID_PATH, ERR_IO_INVALID_SUPERVISION_ENGINE, ERR_IO_OPERATION_NOT_SUPPORTED_BY_DRIVER, \
ERR_IO_INVALID_IMAGE
from officialeye._internal.error.codes import (
ERR_IO_INVALID_IMAGE,
ERR_IO_INVALID_PATH,
ERR_IO_INVALID_SUPERVISION_ENGINE,
ERR_IO_OPERATION_NOT_SUPPORTED_BY_DRIVER,
)
from officialeye._internal.error.error import OEError
from officialeye._internal.error.modules import ERR_MODULE_IO

Expand Down

0 comments on commit 715146e

Please sign in to comment.