Skip to content

Commit

Permalink
fix a ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonLiyt committed Aug 9, 2024
1 parent 896c732 commit ae60f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rdagent/app/data_mining/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from pathlib import Path

from pydantic_settings import BaseSettings

from rdagent.components.workflow.conf import BasePropSetting


Expand Down
1 change: 1 addition & 0 deletions rdagent/app/qlib_rd_loop/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from pydantic_settings import BaseSettings

from rdagent.components.workflow.conf import BasePropSetting


Expand Down

0 comments on commit ae60f36

Please sign in to comment.