mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-13 14:44:47 +00:00
fix: circular import
This commit is contained in:
parent
0ff1413780
commit
3ad64e142e
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user