meshtastic / protobufs

Protobuf definitions for the Meshtastic project
https://meshtastic.org
GNU General Public License v3.0
71 stars 106 forks source link

Remove unnecessary import #529

Closed 72A12F4E closed 1 week ago

72A12F4E commented 1 week ago

What does this PR do?

This change removes an unnecessary import statement in one of the protobuf files. When I generated protos on the Apple clients, I kept getting this message...

➜  Meshtastic-Apple (2.3.12_Working_Changes) ✔ ./scripts/gen_protos.sh
meshtastic/deviceonly.proto:8:1: warning: Import meshtastic/module_config.proto is unused.
Done generating the swift files from the proto files.
Build, test, and commit changes.

I'd like to figure out if this is an actual issue with the protobuf definitions, or if the codegen is busted.