mirror of
https://github.com/aigc3d/LAM_Audio2Expression.git
synced 2026-02-05 01:49:23 +08:00
Merge pull request #13 from HumanAIGC-Engineering/patch-1
Update config.py
This commit is contained in:
@@ -495,7 +495,7 @@ class Config:
|
|||||||
blank_line_before_nested_class_or_def=True,
|
blank_line_before_nested_class_or_def=True,
|
||||||
split_before_expression_after_opening_paren=True,
|
split_before_expression_after_opening_paren=True,
|
||||||
)
|
)
|
||||||
text, _ = FormatCode(text, style_config=yapf_style, verify=True)
|
text, _ = FormatCode(text, style_config=yapf_style)
|
||||||
|
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user