fix: circular import

pull/14778/head
wangruidong 2025-01-06 19:19:21 +08:00 committed by 老广
parent 6217018427
commit 48d0187604
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
from .tree import * # noqa fix circular import
from .nodes import *
from .assets import *
from .accounts import *
from .tree import *