fix: circular import

pull/14779/head
wangruidong 2025-01-07 14:06:24 +08:00 committed by w940853815
parent 0ff1413780
commit 3ad64e142e
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 *