mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 03:16:23 +02:00
Update: 修复isort失败问题
This commit is contained in:
parent
d09b6f62a8
commit
de63b9262a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ from pathlib import Path
|
|||
import pandas as pd
|
||||
import pytest
|
||||
|
||||
from metagpt.const import TEST_DATA_PATH, DATA_PATH
|
||||
from metagpt.const import DATA_PATH, TEST_DATA_PATH
|
||||
from metagpt.roles.invoice_ocr_assistant import InvoiceOCRAssistant, InvoicePath
|
||||
from metagpt.schema import Message
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue