update: PEP8

This commit is contained in:
Stitch-z 2023-10-10 14:59:16 +08:00
parent d3e45cc2a0
commit d8afe9ea86
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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