mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update: PEP8
This commit is contained in:
parent
d3e45cc2a0
commit
d8afe9ea86
2 changed files with 2 additions and 0 deletions
|
|
@ -45,3 +45,4 @@ open-interpreter==0.1.4; python_version>"3.9"
|
|||
ta==0.10.2
|
||||
semantic-kernel==0.3.10.dev0
|
||||
tabulate==0.9.0
|
||||
|
||||
|
|
|
|||
|
|
@ -103,3 +103,4 @@ async def test_invoice_ocr_assistant(
|
|||
df = pd.read_excel(invoice_table_path)
|
||||
dict_result = df.to_dict(orient='records')
|
||||
assert dict_result == expected_result
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue