aboutsummaryrefslogtreecommitdiff
path: root/examples/py_proto_library/example.com/another_proto/message.proto
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py_proto_library/example.com/another_proto/message.proto')
-rw-r--r--examples/py_proto_library/example.com/another_proto/message.proto10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/py_proto_library/example.com/another_proto/message.proto b/examples/py_proto_library/example.com/another_proto/message.proto
deleted file mode 100644
index 6e7dcc5..0000000
--- a/examples/py_proto_library/example.com/another_proto/message.proto
+++ /dev/null
@@ -1,10 +0,0 @@
-syntax = "proto3";
-
-package rules_python;
-
-import "proto/pricetag.proto";
-
-message TestMessage {
- uint32 index = 1;
- PriceTag pricetag = 2;
-}