summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/VESProtobuf.py
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-07-25 14:43:43 -0400
committerDR695H <dr695h@att.com>2019-07-25 15:19:48 -0400
commit8fc1a7e09a6be2b463700f3523ef9b5f8089d945 (patch)
treeff91f919b11f279e98607188015e21dd776f4a1c /robotframework-onap/ONAPLibrary/VESProtobuf.py
parent7145fe029d00811ac04fca0c4891c04087edf5b0 (diff)
aai should not check status code
Issue-ID: TEST-179 Change-Id: I5573b38d001ea43372471bd48a9214d6fc7d8ea1 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/ONAPLibrary/VESProtobuf.py')
-rw-r--r--robotframework-onap/ONAPLibrary/VESProtobuf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/robotframework-onap/ONAPLibrary/VESProtobuf.py b/robotframework-onap/ONAPLibrary/VESProtobuf.py
index b5a36bc..2bf7f6d 100644
--- a/robotframework-onap/ONAPLibrary/VESProtobuf.py
+++ b/robotframework-onap/ONAPLibrary/VESProtobuf.py
@@ -12,13 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# noinspection PyPackageRequirements
from google.protobuf import descriptor
-# noinspection PyPackageRequirements
from google.protobuf import descriptor_pb2
-# noinspection PyPackageRequirements
from google.protobuf import message_factory
-# noinspection PyPackageRequirements
from google.protobuf.json_format import MessageToJson