mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-02 16:01:04 +02:00
fix format
This commit is contained in:
parent
58c2c55ee9
commit
294b035fb4
2 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
from functools import wraps
|
||||
|
||||
|
||||
action_outcls_registry = dict()
|
||||
|
||||
|
||||
|
|
@ -14,6 +13,7 @@ def register_action_outcls(func):
|
|||
Due to `create_model` return different Class even they have same class name and mapping.
|
||||
In order to do a comparison, use outcls_id to identify same Class with same class name and field definition
|
||||
"""
|
||||
|
||||
@wraps(func)
|
||||
def decorater(*args, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue