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:
@@ -3,7 +3,7 @@ import logging
|
||||
from flask import Flask, request, abort, jsonify
|
||||
|
||||
from teos import LOG_PREFIX
|
||||
import teos.errors as errors
|
||||
import common.errors as errors
|
||||
from teos.inspector import InspectionFailed
|
||||
from teos.watcher import AppointmentLimitReached
|
||||
from teos.gatekeeper import NotEnoughSlots, AuthenticationFailure
|
||||
|
||||
Reference in New Issue
Block a user