Skip to content

Commit

Permalink
fix(task): 修复启动异常
Browse files Browse the repository at this point in the history
  • Loading branch information
kingzeus committed Dec 22, 2024
1 parent 780ced3 commit 73811c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 55 deletions.
2 changes: 1 addition & 1 deletion kz_dash
Submodule kz_dash updated from 9a6f0b to 508486
3 changes: 2 additions & 1 deletion models/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

from kz_dash.models.base import db_connection
from kz_dash.models.database import get_record_count
from kz_dash.models.task import ModelTask
from kz_dash.utility.datetime_helper import format_datetime
from kz_dash.utility.string_helper import get_uuid

from .account import ModelAccount, ModelPortfolio

from .fund import ModelFund, ModelFundNav
from .fund_user import ModelFundPosition, ModelFundTransaction
from .task import ModelTask


logger = logging.getLogger(__name__)

Expand Down
53 changes: 0 additions & 53 deletions models/task.py

This file was deleted.

0 comments on commit 73811c5

Please sign in to comment.