Skip to content
Snippets Groups Projects
Commit 2ba75e64 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common - Tools - gRPC:

- Add import of missing json library in Constraints.py
parent b613dfe3
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!357Resolve "(CTTC) Resolve issue with common library and missing import"
......@@ -16,6 +16,7 @@
# Ref: https://datatracker.ietf.org/doc/html/rfc8466
import json
from typing import Any, Dict, List, Optional, Tuple
from common.proto.context_pb2 import Constraint, ConstraintActionEnum, EndPointId, QoSProfileId
from common.tools.grpc.Tools import grpc_message_to_json_string
......
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