Commit 822ff8d4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component - L3VPN:

- Fixed wrong import
parent af66ee9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ from common.tools.context_queries.Service import get_service_by_uuid
from context.client.ContextClient import ContextClient
from service.client.ServiceClient import ServiceClient
from typing import Dict, List
from ..tools.Authentication import HTTP_AUTH
from ..tools.HttpStatusCodes import HTTP_GATEWAYTIMEOUT, HTTP_NOCONTENT, HTTP_OK, HTTP_SERVERERROR, HTTP_CREATED
from .._tools.Authentication import HTTP_AUTH
from .._tools.HttpStatusCodes import HTTP_GATEWAYTIMEOUT, HTTP_NOCONTENT, HTTP_OK, HTTP_SERVERERROR, HTTP_CREATED
from .Handlers import  update_vpn
from werkzeug.exceptions import UnsupportedMediaType
from .YangValidator import YangValidator