Merge "Fixes for python 3.11" into main

This commit is contained in:
Treehugger Robot 2023-08-25 02:14:35 +00:00 committed by Gerrit Code Review
commit c2e0a06152

View file

@ -1,6 +1,7 @@
py_library( py_library(
name = "event_log_tags", name = "event_log_tags",
srcs = ["event_log_tags.py"], srcs = ["event_log_tags.py"],
imports = ["."],
) )
py_binary( py_binary(