mirror of https://github.com/jumpserver/jumpserver
fix: circular import
parent
0ff1413780
commit
3ad64e142e
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
|
from .tree import * # noqa fix circular import
|
||||||
from .nodes import *
|
from .nodes import *
|
||||||
from .assets import *
|
from .assets import *
|
||||||
from .accounts import *
|
from .accounts import *
|
||||||
from .tree import *
|
|
||||||
|
|
Loading…
Reference in New Issue