Skip to content
Snippets Groups Projects
Commit c9ef5706 authored by Carlos Manso's avatar Carlos Manso
Browse files

cleanup

parent e56acc1f
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!120Resolve "(CTTC) Implement ETSI MEC Bandwidth Management API in NBI component"
...@@ -12,13 +12,14 @@ ...@@ -12,13 +12,14 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import copy
from common.Constants import DEFAULT_CONTEXT_NAME
from flask_restful import Resource, request from flask_restful import Resource, request
from context.client.ContextClient import ContextClient from context.client.ContextClient import ContextClient
from service.client.ServiceClient import ServiceClient from service.client.ServiceClient import ServiceClient
from .Tools import ( from .Tools import (
format_grpc_to_json, grpc_context_id, grpc_service_id, bwInfo_2_service, service_2_bwInfo) format_grpc_to_json, grpc_context_id, grpc_service_id, bwInfo_2_service, service_2_bwInfo)
import copy
from common.Constants import DEFAULT_CONTEXT_NAME
class _Resource(Resource): class _Resource(Resource):
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
from compute.service.rest_server.RestServer import RestServer from compute.service.rest_server.RestServer import RestServer
from .Resources import (BwInfo, BwInfoId) from .Resources import BwInfo, BwInfoId
URL_PREFIX = '/bwm/v1' URL_PREFIX = '/bwm/v1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment