Skip to content

Commit 960296f

Browse files
committed
comment
1 parent fff89ab commit 960296f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

livekit-protocol/generate_proto.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ perl -i -pe 's|livekit_(\w+)_pb2|${1}|g' "$API_OUT_PYTHON"/**.py "$API_OUT_PYTHO
9797

9898
perl -i -pe 's|from logger import options_pb2 as ([^ ]+)|from .logger_pb import options as $1|g' "$API_OUT_PYTHON"/**.py "$API_OUT_PYTHON"/**.pyi
9999

100+
# fixes - error: ClassVar can only be used for assignments in class body [misc]
100101
perl -i -pe 's|^(\w+_FIELD_NUMBER): _ClassVar\[int\]|$1: int|g' "$API_OUT_PYTHON/logger_pb/options.pyi"

0 commit comments

Comments
 (0)