diff options
Diffstat (limited to 'robotframework-onap/ONAPLibrary/VESProtobuf.py')
-rw-r--r-- | robotframework-onap/ONAPLibrary/VESProtobuf.py | 4 |
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 |