mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove unnecessary hashes (#8377)
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>pull/8397/head
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.tokens import CommentToken
|
||||
|
||||
##
|
||||
yaml = YAML(typ="rt")
|
||||
## format yaml file
|
||||
yaml.indent(mapping=2, sequence=4, offset=2)
|
||||
|
|
Loading…
Reference in New Issue