mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
teos - moves errors to common so it can be used by clients
This commit is contained in:
@@ -4,7 +4,8 @@ from common.logger import Logger
|
||||
from common.tools import is_locator
|
||||
from common.constants import LOCATOR_LEN_HEX
|
||||
|
||||
from teos import errors, LOG_PREFIX
|
||||
from teos import LOG_PREFIX
|
||||
from common import errors
|
||||
from teos.extended_appointment import ExtendedAppointment
|
||||
|
||||
logger = Logger(actor="Inspector", log_name_prefix=LOG_PREFIX)
|
||||
|
||||
Reference in New Issue
Block a user