mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci] Remove unnecessary hashes (#8377)
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
This commit is contained in:
parent
04ac27b552
commit
9c7c76edbc
@ -9,7 +9,6 @@ from ruamel.yaml import YAML, yaml_object
|
|||||||
from ruamel.yaml.comments import CommentedSeq, CommentedMap
|
from ruamel.yaml.comments import CommentedSeq, CommentedMap
|
||||||
from ruamel.yaml.tokens import CommentToken
|
from ruamel.yaml.tokens import CommentToken
|
||||||
|
|
||||||
##
|
|
||||||
yaml = YAML(typ="rt")
|
yaml = YAML(typ="rt")
|
||||||
## format yaml file
|
## format yaml file
|
||||||
yaml.indent(mapping=2, sequence=4, offset=2)
|
yaml.indent(mapping=2, sequence=4, offset=2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user