mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
rm redundant function and docstring in libs
This commit is contained in:
parent
b7d0379fae
commit
321a4c0d75
9 changed files with 176 additions and 508 deletions
|
|
@ -5,7 +5,7 @@ from pydantic import BaseModel
|
|||
|
||||
|
||||
def remove_spaces(text):
|
||||
return re.sub(r"\s+", " ", text)
|
||||
return re.sub(r"\s+", " ", text).strip()
|
||||
|
||||
|
||||
class DocstringParser(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue