mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#14338)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/14347/head
parent
76ac40ded2
commit
20f40b7988
|
@ -3204,7 +3204,7 @@ class NestingState(object):
|
|||
|
||||
token = matched.group(1)
|
||||
if token == '{':
|
||||
# If namespace or class hasn't seen a opening brace yet, mark
|
||||
# If namespace or class hasn't seen an opening brace yet, mark
|
||||
# namespace/class head as complete. Push a new block onto the
|
||||
# stack otherwise.
|
||||
if not self.SeenOpenBrace():
|
||||
|
|
Loading…
Reference in New Issue