warning[duplicate_import]: duplicate import statement
--> line:1:1
|
1 | import "test_proto2"
| -------------------- `test_proto2` imported here for the first time
2 | import "test_proto2"
| -------------------- duplicate import
|
help: consider the following change
|
2 - import "test_proto2"
|