Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_protobuf: update to use typing module for Set
I'm not a python expert, but our build was failing due to python being confused about the syntax "set[str]". I'm guessing support for this was added in some later version of python, but ours (3.7) doesn't seem to support it, so this change updates it to import Set from the typing module and use that instead. Change-Id: I59435bab9375f70adb1053eb6709f3cea1336cd8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/100720 Commit-Queue: Aaron Okano <aaronokano@google.com> Reviewed-by: Ted Pudlik <tpudlik@google.com>
- Loading branch information