Commit c9ef5706 authored by Carlos Manso's avatar Carlos Manso
Browse files

cleanup

parent e56acc1f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -12,13 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import copy
from common.Constants import DEFAULT_CONTEXT_NAME
from flask_restful import Resource, request
from context.client.ContextClient import ContextClient
from service.client.ServiceClient import ServiceClient
from .Tools import (
    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):
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# limitations under the License.

from compute.service.rest_server.RestServer import RestServer
from .Resources import (BwInfo, BwInfoId)
from .Resources import BwInfo, BwInfoId

URL_PREFIX = '/bwm/v1'