Remove public imports from proto files
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### 📝 Description of the feature
To ensure compatibility with all coding languages supported by the protoc compiler, public imports must be removed from our proto files. In particular, the following public import statements need to be removed from edb_messages.proto:
import public "google/protobuf/wrappers.proto";
import public "google/protobuf/empty.proto";
### 💡 Steps for implementing the feature
_No response_
### 🔗 Useful links and references
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.